build_errors {logib} | R Documentation |
Builds a dataframe of errors
Description
build_errors
builds a dataframe of errors as used by the function
check_data
.
Usage
build_errors(rows, pers_id, vals, column, description, importance)
Arguments
rows |
a vector of numbers representing the rows which contain an error |
pers_id |
a vector of strings of the personal ID which contain an error |
vals |
a vector of the erroneous values |
column |
the name of the column containing the error |
description |
the description of the error occurring |
importance |
the importance of the error occurring |
Value
a dataframe of errors with the columns column
,
description
, importance
[Package logib version 0.1.2 Index]