report: Convert a pipeline to Rmarkdown

Description Usage Arguments See Also Examples

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

1
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

1
2
3
4
## Not run: 
report(-1:2 %>>% log %>>% sqrt %__% "asdf" %>>% sqrt)

## End(Not run)

arendsee/rmonad documentation built on Dec. 19, 2020, 9:06 p.m.