defaultNumericChecks {dataReporter} | R Documentation |
Default checks for numeric variables
Description
Default options for which checks to perform on
numeric type variables in check
and makeDataReport
,
possibly user-modified by adding extra function names using add
or
removing default function names with remove
.
Usage
defaultNumericChecks(remove = NULL, add = NULL)
Arguments
remove |
Character vector of function names. Checks to remove from the returned vector |
add |
Character vector of function names. Checks to add to the returned vector |
Value
A vector of function names.
[Package dataReporter version 1.0.2 Index]