dot-check_dichotomous_value: Perform Value Checks

.check_dichotomous_valueR Documentation

Perform Value Checks

Description

Check the validity of the values passed in ard_dichotomous(value).

Usage

.check_dichotomous_value(data, value)

Arguments

data

(data.frame)
a data frame

value

(named list)
a named list

Value

returns invisible if check is successful, throws an error message if not.

Examples

cardx:::.check_dichotomous_value(mtcars, list(cyl = 4))

cardx documentation built on Sept. 11, 2024, 9:12 p.m.