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 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


[Package logib version 0.1.2 Index]