Learn R Programming

tm (version 0.4)

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

Description

Methods for function asPlain in package tm.

Arguments

See Also

convertReut21578XMLPlain convertRCV1Plain

Use getTransformations to list available transformation (mapping) functions.

Examples

Run this code
reut21578 <- system.file("texts", "reut21578", package = "tm")
reut21578TDC <- Corpus(DirSource(reut21578), readerControl = list(reader = readReut21578XML))
reut21578TDC[[1]]
asPlain(reut21578TDC[[1]])

Run the code above in your browser using DataLab