Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cleanup_errors

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


logib

Salary Analysis by the Swiss Federal Office for Gender Equality

v0.1.0
GPL-3
Authors
Jonathan Chassot [aut, cre], Jeremy Kolly [ctb], Federal Office for Gender Equality of Switzerland [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.