| qassertm | R Documentation | 
Ergonomic wraper for qassert to check multiple variable=rule pairs
qassertm(...)
| ... | [ | 
See qassert.
qtest, qassert
x=1:10; y=TRUE
qassertm(x="i+", y="b")
with(data.frame(a=1:26,b=letters), qassertm(a="i+", b="s"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.