Learn R Programming

strvalidator (version 1.9.0)

editData_gui: Edit or View Data Frames

Description

GUI to edit and view data frames.

Usage

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

Arguments

env

environment in wich to search for data frames.

savegui

logical indicating if GUI settings should be saved in the environment.

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.

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