maybe: Maybe there is something here?

Description Usage Arguments Examples

Description

Or maybe there's just a NULL.

Usage

1
2
3

Arguments

x

Is there something here? Maybe.

Examples

1
2
3
double <- function(x) x * 2
maybe(10) %>>% double()
nothing() %>>% double()

hadley/monads documentation built on May 17, 2019, 11:03 a.m.