appendElem-methods {tm}R Documentation

Methods for Function appendElem in Package 'textmin'

Description

Methods for function appendElem in Package `textmin'

Methods

object = "TextDocCol", data = "TextDocument", meta = NULL
Returns a text document collection where the data text document is added to the data slot of the object text document collection. Optionally meta data (DMetaData) can be added with meta to the document collection.
object = "TextRepository", data = "TextDocCol", meta = NULL
Returns a text repository where the data text document collection is added to the data slot of the object text repository. Optionally meta data can be added with meta to the repository.

See Also

DMetaData RepoMetaData


[Package tm version 0.1-1 Index]