Learn R Programming

strvalidator (version 1.4.0)

cropData_gui: Crop or replace

Description

cropData_gui is a GUI simplifying cropping and replacing values in data frames.

Usage

cropData_gui(env = parent.frame(), savegui = NULL, 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.
debug
logical indicating printing debug information.
parent
widget to get focus when finished.

Value

  • TRUE

Details

Select a data frame from the dropdown and a target column. Select to discard or replace values and additional options. Click button to 'Apply' changes. Multiple actions can be performed on one dataset before saving as a new dataframe. NB! Check that datatype is correct before click apply to avoid strange behaviour.

See Also

trim_gui, editData_gui, combine_gui