editData_gui {strvalidator} | R Documentation |
Edit or View Data Frames
Description
GUI to edit and view data frames.
Usage
editData_gui(
env = parent.frame(),
savegui = NULL,
data = NULL,
name = NULL,
edit = TRUE,
debug = FALSE,
parent = NULL
)
Arguments
env |
environment in which to search for data frames. |
savegui |
logical indicating if GUI settings should be saved in the environment. |
data |
data.frame for instant viewing. |
name |
character string with the name of the provided dataset. |
edit |
logical TRUE to enable edit (uses |
debug |
logical indicating printing debug information. |
parent |
widget to get focus when finished. |
Details
Select a data frame from the drop-down to view or edit a dataset. It is possible to save as a new dataframe. To enable sorting by clicking the column headers the view mode must be used (i.e. edit = FALSE). There is an option to limit the number of rows shown that can be used to preview large datasets that may otherwise cause performance problems. Attributes of the dataset can be views in a separate window.
Value
TRUE
See Also
trim_gui
, cropData_gui
, combine_gui