Learn R Programming

strvalidator (version 1.7.0)

cropData_gui: Crop Or Replace

Description

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. To remove rows with 'NA' check the appropriate box. 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 data type is correct before click apply to avoid strange behaviour. If data type is numeric any string will become a numeric 'NA'.

See Also

trim_gui, editData_gui, combine_gui