mc_index {multicastR} | R Documentation |
Access the Multi-CAST version index
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
mc_index()
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
## Not run:
# retrieve version index
mc_index()
## End(Not run)
[Package multicastR version 2.0.0 Index]