tmIntersect-methods {tm}R Documentation

Methods for Function tmIntersect in Package ‘tm’

Description

Methods for function tmIntersect in package tm.

Methods

object = "PlainTextDocument", words = "character"
Return TRUE if words appear in object's text.

See Also

Use getFilters to list available filter functions.

Examples

data("crude")
tmIntersect(crude[[1]], c("crude", "oil"))
tmIntersect(crude[[1]], "acquisition")

[Package tm version 0.3-3 Index]