searchFullText-methods {tm}R Documentation

Methods for Function searchFullText in Package ‘tm’

Description

Methods for function searchFullText in package tm.

Methods

object = "PlainTextDocument", pattern = "character"
Return TRUE if the regular expression pattern matches in object's text.

See Also

Use getFilters to list available filter functions.

Examples

data("crude")
searchFullText(crude[[1]], "co[m]?pany")

[Package tm version 0.3-3 Index]