tmTolower-methods {tm}R Documentation

Methods for Function tmTolower in Package ‘tm’

Description

Methods for function tmTolower in package tm.

Methods

object = "PlainTextDocument", ...
Converts all words from object to lower case and return the object.

Examples

data("crude")
crude[[1]]
tmTolower(crude[[1]])

[Package tm version 0.3-3 Index]