Description Usage Arguments Value Functions Examples
Ask whether x is a numeric object,
nlist_object()
or nlists_object()
.
1 2 3 4 5 | is_numeric(x)
is_nlist(x)
is_nlists(x)
|
x |
An object. |
A flag indicating whether x is a numeric object or inherits from S3 class nlist or nlists.
is_nlist
: Is nlist
is_nlists
: Is nlists
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.