cropData_gui {strvalidator} | R Documentation |
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 which 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. |
Details
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'.
Value
TRUE
See Also
trim_gui
, editData_gui
, combine_gui
[Package strvalidator version 2.4.1 Index]