Default options for which summaries to apply on Date type variables in check and makeDataReport, possibly user-modified by adding extra function names using add or removing default function names with remove.

defaultDateSummaries(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 list of function names (as character strings).

See also

Examples

defaultDateSummaries()
#> [1] "variableType" "countMissing" "uniqueValues" "centralValue" "minMax" #> [6] "quartiles"