
Last chance! 50% off unlimited learning
Sale ends in
Rmonad print generic function
# S3 method for Rmonad
print(x, verbose = FALSE, value = TRUE, ...)
An Rmonad object
logical print verbose output (include benchmarking)
logical print the value wrapped in the Rmonad
Additional arguments (unused)
# NOT RUN {
m1 <- 256 %v>% sqrt %>>% sqrt %>>% sqrt
print(m1)
print(m1, verbose=TRUE)
# }
Run the code above in your browser using DataLab