Learn R Programming

rmonad (version 0.7.0)

mtabulate: Make tabular summary of a pipeline

Description

Make tabular summary of a pipeline

Usage

mtabulate(m, code = FALSE)

Arguments

m

An Rmonad

code

logical Should the code by included?

See Also

Other from_Rmonad: esc, missues, report

Examples

Run this code
# NOT RUN {
data(gff)
m <- gff$good_result
mtabulate(m)
# }

Run the code above in your browser using DataLab