Learn R Programming

rmonad (version 0.7.0)

missues: Tabulates all errors, warnings and notes

Description

Tabulates all errors, warnings and notes

Usage

missues(m)

Arguments

m

An Rmonad

See Also

Other from_Rmonad: esc, mtabulate, report

Examples

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

Run the code above in your browser using DataLab