cleanup_errors {logib} | R Documentation |
Cleanup data errors
Description
cleanup_errors
launches a step-by-step cleanup prompt which goes
over all incorrect rows found in the data (as discovered by
check_data
)
Usage
cleanup_errors(data, errors, ignore_plausibility_check = FALSE)
Arguments
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 |
Value
a dataframe of the original data with cleaned up errors
[Package logib version 0.1.2 Index]