Learn R Programming

tm (version 0.3-1)

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

Description

Methods for function tmMap in package tm.

Arguments

Details

Please be aware that lazy transformations are an experimental feature and change R's standard evaluation semantics.

See Also

See getTransformations for available transformations shipped with tm. See materialize for manually materializing lazy transformations.

Examples

Run this code
data("crude")
tmMap(crude, stemDoc)

headings <- function(object, ...) {
new("PlainTextDocument", Heading(object), Cached = TRUE, DateTimeStamp =
Sys.time(), ID = ID(object), Language = Language(object))
}
inspect(tmMap(crude, headings))

Run the code above in your browser using DataLab