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)

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