Description Usage Arguments Value See Also Examples
Default options for which summaries to apply on
logical type variables in check
and makeDataReport
,
possibly user-modified by adding extra function names using add
or
removing default function names with remove
.
1 | defaultLogicalSummaries(remove = NULL, add = NULL)
|
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 |
A list of function names (as character strings).
variableType
,
countMissing
, uniqueValues
, centralValue
1 2 | #remove "uniqueValues":
defaultLogicalSummaries(remove = "uniqueValues")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.