errorlocation-class {errorlocate}R Documentation

Error location object

Description

Errorlocation contains the result of a error detection. Errors can record based or variable based.

Details

Current implementation assumes that errors are record based. The error locations can be retrieved using the method values() and are a matrix of rows and columns, with the same dimensions are the data.frame that was checked. For errors that are purely column based, or dataset based, errorlocations will return a matrix with all rows or cells set to TRUE. The values() return NA for missing values.

Fields

See Also

Other error finding: errors_removed(), expand_weights(), locate_errors(), replace_errors()


[Package errorlocate version 1.1.1 Index]