Learn R Programming

dataMaid (version 1.4.1)

defaultIntegerSummaries: Default summary functions for integer variables

Description

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

Usage

defaultIntegerSummaries(remove = NULL, add = NULL)

Value

A list of function names (as character strings).

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

See Also

variableType, countMissing, uniqueValues, centralValue, quartiles, minMax

Examples

Run this code
#remove "countMissing":
defaultIntegerSummaries(remove = "countMissing")

Run the code above in your browser using DataLab