editData_gui: Edit or View Data Frames

View source: R/editData_gui.r

editData_guiR Documentation

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 which 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 to enable edit (uses gdf), FALSE to view and enable sorting by clicking a column header (uses gtable).

debug

logical indicating printing debug information.

parent

widget to get focus when finished.

Details

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.

Value

TRUE

See Also

trim_gui, cropData_gui, combine_gui


strvalidator documentation built on July 26, 2023, 5:45 p.m.