cleanup_errors: Cleanup data errors

Description Usage Arguments Value

View source: R/data_check.R

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

1
cleanup_errors(data, errors, ignore_plausibility_check = FALSE)

Arguments

data

a dataframe of the original data, i.e. the data to which the errors parameter refers to

errors

a dataframe of errors as produced by check_data to be cleaned up

ignore_plausibility_check

a boolean indicating whether the user wants to ignore implausible data. If TRUE, the implausible data is interpreted as being correct.

Value

a dataframe of the original data with cleaned up errors


logib documentation built on Nov. 21, 2021, 9:08 a.m.