| TextRepository {tm} | R Documentation |
Constructs a text document collection from various sources.
## S4 method for signature 'TextDocCol': TextRepository(object, meta = list(created = Sys.time()))
object |
a directory containing the documents. |
meta |
an initial list of tag-value pairs for the representational metadata |
An S4 object of class TextRepository which extends the class
list containing text document collections.
Ingo Feinerer
data("crude")
repo <- TextRepository(crude)
summary(repo)
RepoMetaData(repo)