GUI to edit and view data frames.
editData_gui(env = parent.frame(), savegui = NULL, data = NULL,
name = NULL, edit = TRUE, debug = FALSE, parent = NULL)
environment in which to search for data frames.
logical indicating if GUI settings should be saved in the environment.
data.frame for instant viewing.
character string with the name of the provided dataset.
logical indicating printing debug information.
widget to get focus when finished.
TRUE
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.