Unwrap a 'Just' value or throw an error
from_just(.m)
.m
A maybe value
The unwrapped 'Just' value
just(1) %>% from_just()