mc_index: Access the Multi-CAST version index

Description Usage Value See Also Examples

View source: R/mc_index.R

Description

mc_index downloads a tabular index of the versions of the Multi-CAST corpus data from the servers of the University of Bamberg. The value in the leftmost version column may be passed to the multicast method for access to earlier versions of the annotations.

Usage

1

Value

A data.frame with five columns:

[, 1] version

Version key. Used for the vkey argument of other functions in this package.

[, 2] date

Publication date in YYYY-MM-DD format.

[, 3] corpora

Number of corpora (languages).

[, 4] texts

Number of texts.

[, 5] size

Total file size in kilobytes.

See Also

multicast, mc_metadata, mc_referents, mc_clauses

Examples

1
2
3
4
5
## Not run: 
  # retrieve version index
  mc_index()

## End(Not run)

multicastR documentation built on Feb. 23, 2021, 1:06 a.m.