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