Description Usage Arguments See Also Examples
These helpers are consistent wrappers around their base R equivalents. A language object is either an atomic vector (typically a scalar), a name (aka a symbol), a call, or a pairlist (used for function arguments).
1 2 3 4 5 6 7 8 9 | is_lang(x)
is_name(x)
is_call(x)
is_pairlist(x)
is_atomic(x)
|
x |
An object to test. |
as_name()
and as_call()
for coercion
functions.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.