Description Usage Arguments Value Functions Examples
Validate nlist Object or nlists Object
1 2 3 | vld_nlist(x)
vld_nlists(x)
|
x |
The object to check. |
A flag indicating whether the object was validated.
vld_nlists
: Validate nlists Object
1 2 3 4 5 6 7 | # vld_nlist
vld_nlist(nlist(x = 1))
try(vld_nlist(list(x = 1)))
# vld_nlists
vld_nlists(nlists(nlist(x = 1)))
vld_nlists(1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.