qassertm: Quick checks for multiple variable=rule enumerated as...

View source: R/qassertm.R

qassertmR Documentation

Quick checks for multiple variable=rule enumerated as arguments

Description

Ergonomic wraper for qassert to check multiple variable=rule pairs

Usage

qassertm(...)

Arguments

...

[var.name=[character]]
Any number of named arguments like var.name=rule
See details of qtest for rule explanation.

Value

See qassert.

See Also

qtest, qassert

Examples

x=1:10; y=TRUE
qassertm(x="i+", y="b")

with(data.frame(a=1:26,b=letters), qassertm(a="i+", b="s"))

LabNeuroCogDevel/LNCDR documentation built on Oct. 13, 2023, 4:31 a.m.