Default options for which summaries to apply on
factor type variables in check
and makeDataReport
,
possibly user-modified by adding extra function names using add
or
removing default function names with remove
.
defaultFactorSummaries(remove = NULL, add = NULL)
A list of function names (as character strings).
Character vector of function names. Checks to remove from the returned vector
Character vector of function names. Checks to add to the returned vector
variableType
, countMissing
, uniqueValues
,
centralValue
#remove "countMissing" for the summaries:
defaultFactorSummaries(remove = "countMissing")
Run the code above in your browser using DataLab