Learn R Programming

multicastR (version 1.2.0)

mc_index: Access the Multi-CAST version index

Description

mc_index downloads an index of versions of the Multi-CAST annotation data from the servers of the Language Archive Cologne (LAC) and outputs it as a data.table. The value in the leftmost version column may be passed to the multicast method for access to earlier versions of the annotations.

Usage

mc_index()

Arguments

Value

A data.table with five columns:

[, 1] version

Version key. YYMM format. Used for multicast's vkey argument.

[, 2] date

Publication date. YYYY-MM-DD format.

[, 3] size

Total file size in kilobytes.

[, 4] texts

Number of texts.

[, 5] corpora

Names of the corpora (languages) included in the version.

See Also

multicast.

Examples

Run this code
# NOT RUN {
  # retrieve and print version index
  mc_index()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab