| 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] versionVersion key. Used for the
vkeyargument of other functions in this package.[, 2] datePublication date in YYYY-MM-DD format.
[, 3] corporaNumber of corpora (languages).
[, 4] textsNumber of texts.
[, 5] sizeTotal 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]