Learn R Programming

rmonad (version 0.7.0)

report: Convert a pipeline to Rmarkdown

Description

Plots an rmonad workflow, summarizes the nodes, lists issues, and lists details for each node. This function is likely to change extensively in the future. It should be seen as one example of the kind of report that can be generated by rmonad, rather than THE report.

Usage

report(m, prefix = "report")

Arguments

m

An Rmonad

prefix

A file prefix for the generated report

See Also

Other from_Rmonad: esc, missues, mtabulate

Examples

Run this code
# NOT RUN {
report(-1:2 %>>% log %>>% sqrt %__% "asdf" %>>% sqrt)
# }

Run the code above in your browser using DataLab