tmIntersect-methods {tm} | R Documentation |
Methods for function tmIntersect
in package tm.
TRUE
if words
appear in object
's text.
Use getFilters
to list available filter functions.
data("crude") tmIntersect(crude[[1]], c("crude", "oil")) tmIntersect(crude[[1]], "acquisition")