is_just | R Documentation |
Check if an object is a 'Just' value
is_just(a)
a |
Object to check |
TRUE
or FALSE
is_just(1)
is_just(just(1))
is_just(nothing())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.