Invoke Text Editor on Hyperframe
Invokes a text editor allowing the user to inspect and change entries in a hyperframe.
## S3 method for class 'hyperframe' edit(name, ...)
name |
A hyperframe (object of class |
... |
Other arguments passed to |
The function edit
is generic. This function
is the methods for objects of class "hyperframe"
.
The hyperframe name
is converted to a data frame or array,
and the text editor is invoked. The user can change entries in the
columns of data, and create new columns of data.
Only the columns of atomic data (numbers, characters, factor values etc) can be edited.
Note that the original object name
is not changed;
the function returns the edited dataset.
Another hyperframe.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
Rolf Turner r.turner@auckland.ac.nz
and Ege Rubak rubak@math.aau.dk
if(interactive()) Z <- edit(flu)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.