Learn R Programming

strvalidator (version 1.3.0)

editData_gui: Edit or view data frames

Description

editData_gui is a GUI simplifying editing and viewing of data frames.

Usage

editData_gui(env = parent.frame(), data = NULL, name = NULL,
  edit = TRUE, debug = FALSE)

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.

Value

  • TRUE

Details

Select a data frame from the dropdown and view/edit. Optionally save as a new dataframe.

See Also

trim_gui, cropData_gui, combine_gui