Cleanup data errors
cleanup_errors
launches a step-by-step cleanup prompt which goes
over all incorrect rows found in the data (as discovered by
check_data
)
cleanup_errors(data, errors, ignore_plausibility_check = FALSE)
data |
a dataframe of the original data, i.e. the data to which the
|
errors |
a dataframe of errors as produced by |
ignore_plausibility_check |
a boolean indicating whether the user wants
to ignore implausible data. If |
a dataframe of the original data with cleaned up errors
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.