vld_nlist | R Documentation |
Validate nlist Object or nlists Object
vld_nlist(x)
vld_nlists(x)
x |
The object to check. |
A flag indicating whether the object was validated.
vld_nlists()
: Validate nlists Object
# 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.