Learn R Programming

tm (version 0.3-1)

meta-methods: Methods for Function meta in Package `tm'

Description

Methods for function meta in package tm.

Arguments

Examples

Run this code
data("crude")
meta(crude[[1]])
meta(crude[[1]], tag = "Topics")
meta(crude[[1]], tag = "Comment") <- "A short comment."
meta(crude[[1]])
meta(crude)
meta(crude, type = "corpus")
meta(crude, "labels") <- 21:40
meta(crude)

Run the code above in your browser using DataLab