GUI to edit and view data frames.
editData_gui(
env = parent.frame(),
savegui = NULL,
data = NULL,
name = NULL,
edit = TRUE,
debug = FALSE,
parent = NULL
)
TRUE
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 TRUE to enable edit (uses gdf
), FALSE to
view and enable sorting by clicking a column header (uses gtable
).
logical indicating printing debug information.
widget to get focus when finished.
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.
trim_gui
, cropData_gui
, combine_gui