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