Learn R Programming

polmineR (version 0.6.1)

meta: metainformation

Description

This function is usually part of the procedure to set up a partition. Based on the corpus positions that have initially been set up, a table with all metadata is added to the object, and a list with the attributes and the values that occur.

Usage

meta(.Object, ...)
"meta"(.Object, sAttributes)

Arguments

.Object
a "partition" object
...
further parameters
sAttributes
a character vector

Value

a "data.frame"

Details

The values of the metadata are there to determine which subcorpora can be generated. The table with all metadata can be added as it is a basis for the values. It can be omitted for performance and memora reasons.