GUI simplifying cropping and replacing values in data frames.
cropData_gui(env = parent.frame(), savegui = NULL, debug = FALSE,
parent = NULL)
environment in wich to search for data frames.
logical indicating if GUI settings should be saved in the environment.
logical indicating printing debug information.
widget to get focus when finished.
TRUE
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'.