Learn R Programming

dataMaid (version 1.4.1)

defaultHavenlabelledChecks: Default checks for haven_labelled variables

Description

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

Usage

defaultHavenlabelledChecks(remove = NULL, add = NULL)

Value

A vector of function names.

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