prescindMeta-methods {tm}R Documentation

Methods for Function prescindMetadata in Package ‘tm’

Description

Methods for function prescindMeta in package tm.

Value

A Corpus constructed from object with shifted up meta data.

Methods

object = "Corpus", meta = "character"
Copies the meta data from document slots or (local) document meta data of all documents in object to the (global) DMetaData data frame of object and returns the whole collection.

See Also

DMetaData

Examples

data("crude")
DMetaData(crude)
DMetaData(prescindMeta(crude, c("ID", "Heading")))

[Package tm version 0.3-3 Index]