from_just | R Documentation |
Unwraps the content of a 'Just' maybe
value.
from_just(x)
x |
a |
If x
is a 'Just' maybe
value, then the function
unwraps the value. Otherwise, an error is thrown.
library(maybe) from_just(just(9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.