mtabulate: Make tabular summary of a pipeline

Description Usage Arguments See Also Examples

View source: R/from-monad.R

Description

Make tabular summary of a pipeline

Usage

1
mtabulate(m, code = FALSE)

Arguments

m

An Rmonad

code

logical Should the code by included?

See Also

Other from_Rmonad: esc, missues, report

Examples

1
2
3
data(gff)
m <- gff$good_result
mtabulate(m)

rmonad documentation built on March 26, 2020, 7:31 p.m.