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 object's text corpus.

Examples

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

[Package tm version 0.2-1 Index]