powered by
Or maybe there's just a NULL.
NULL
maybe(x)nothing()
nothing()
Is there something here? Maybe.
double <- function(x) x * 2 maybe(10) %>>% double() nothing() %>>% double()
Run the code above in your browser using DataLab