GUI simplifying cropping and replacing values in data frames.
cropData_gui(
env = parent.frame(),
savegui = NULL,
debug = FALSE,
parent = NULL
)
TRUE
environment in which 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.
Select a data frame from the drop-down 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 behavior. If data type is numeric any string will become a numeric 'NA'.
trim_gui
, editData_gui
, combine_gui