Learn R Programming

multicastR (version 1.2.0)

mc_metadata: Access the Multi-CAST metadata

Description

mc_metadata downloads a table with metadata on the texts and speakers in the Multi-CAST collection. The data is downloaded from the servers of University of Bamberg and presented as a data.table.

Usage

mc_metadata()

Arguments

Value

A data.table containing metadata on the Multi-CAST collection. The table has the following eight columns:

[, 1] corpus

The name of the corpus.

[, 2] text

The title of the text.

[, 3] type

The text type, either TN 'traditional narrative', AN 'autobiographical narrative', or SN 'stimulus-based narrative'.

[, 4] recorded

The year (YYYY) the text was recorded.

[, 5] speaker

The identifier for the speaker.

[, 6] gender

The speaker's gender.

[, 7] age

The speaker's age at the time of recording. Approximate values are prefixed with a c.

[, 8] born

The speaker's birth year. Approximate values are prefixed with a c.

Examples

Run this code
# NOT RUN {
  # retrieve and print the Multi-CAST metadata
  mc_metadata()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab