Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


rmonad (version 0.7.0)

print.Rmonad: Rmonad print generic function

Description

Rmonad print generic function

Usage

# S3 method for Rmonad
print(x, verbose = FALSE, value = TRUE, ...)

Arguments

x

An Rmonad object

verbose

logical print verbose output (include benchmarking)

value

logical print the value wrapped in the Rmonad

...

Additional arguments (unused)

Examples

Run this code
# NOT RUN {
m1 <- 256 %v>% sqrt %>>% sqrt %>>% sqrt
print(m1)
print(m1, verbose=TRUE)
# }

Run the code above in your browser using DataLab