Learn R Programming

textreg (version 0.1.5)

bathtub: Sample of cleaned OSHA accident summaries.

Description

bathtub consists of several accident reports plus a labeling with a +1 for any report that had been tagged as related to METHELYNE CHLORIDE.

Arguments

Format

Corpus object from the tm package. Has a meta info of the METHELYNE CHLORIDE labeling called "meth.chl"

See Also

Other bathtub: dirtyBathtub

Examples

Run this code
# NOT RUN {
library( tm )
data( bathtub )
meta( bathtub, "meth.chl" )
# }

Run the code above in your browser using DataLab