loadDoc-methods {tm}R Documentation

Methods for Function loadDoc in Package ‘tm’

Description

Methods for function loadDoc in package tm.

Methods

object = "PlainTextDocument"
Loads the text corpus of object from disk into memory and return the new object.
object = "XMLTextDocument"
Loads the text corpus of object from disk into memory and return the new object.
object = "NewsgroupDocument"
Loads the text corpus of object from disk into memory and return the new object.
object = "StructuredTextDocument"
Loads the text corpus of object from disk into memory and return the new object.

See Also

Use getTransformations to list available transformation (mapping) functions.


[Package tm version 0.3-3 Index]