checkResult {dataMaid} | R Documentation |
Create object of class checkResult
Description
Convert a list resulting from the checks performed in a
checkFunction
into a checkResult
object, thereby
supplying it with a print()
method.
Usage
checkResult(ls)
Arguments
ls |
A list with entries |
Value
A S3 object of class checkResult
, identical to the inputted
list, ls
, except for its class attribute.
See Also
[Package dataMaid version 1.4.1 Index]