
Last chance! 50% off unlimited learning
Sale ends in
Default options for which summaries to apply 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
.
defaultNumericSummaries(remove = NULL, add = NULL)
Character vector of function names. Checks to remove from the returned vector
Character vector of function names. Checks to add to the returned vector
A list of function names (as character strings).
variableType
,
countMissing
, uniqueValues
,
centralValue
, quartiles
, minMax
# NOT RUN {
#remove "uniqueValues":
defaultNumericSummaries(remove = "uniqueValues")
# }
Run the code above in your browser using DataLab