editData_gui: Edit or View Data Frames
Description
GUI to edit and view data frames.Usage
editData_gui(env = parent.frame(), data = NULL, name = NULL,
edit = TRUE, debug = FALSE, parent = NULL)
Arguments
env
environment in wich to search for data frames.
data
data.frame for instant viewing.
name
character string with the name of the provided dataset.
edit
logical TRUE for enable edit .
debug
logical indicating printing debug information.
parent
widget to get focus when finished.
Details
Select a data frame from the dropdown and view/edit. Optionally
save as a new dataframe.