from_just {maybe} | R Documentation |
Unwrap a 'Just' value or throw an error
Description
Unwrap a 'Just' value or throw an error
Usage
from_just(.m)
Arguments
.m |
A maybe value |
Value
The unwrapped 'Just' value
Examples
just(1) %>% from_just()
[Package maybe version 1.1.0 Index]