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 wich 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 for enable edit .
logical indicating printing debug information.
widget to get focus when finished.
TRUE
Select a data frame from the dropdown and view/edit. Optionally save as a new dataframe.