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/monadR documentation built on Dec. 16, 2020, 4:26 a.m.