A data frame containing information about the available subcorpora
list_subcorpora.RdIt includes the code name of the corpus and subcorpus, its plain language name, the years for which the data is reliable, and the academic disciplines it relates too.
Usage
data("list_subcorpora")Format
A data frame with 368 rows and 6 variables:
- corpus
Code name of the corpus.
- subcorpus
Code name of the subcorpus.
- subcorpus_name
Plain language name of the subcorpus.
- reliable_from
The year at which the subcorpus starts being reliable.
- reliable_to
The year at which the subcorpus stops being reliable.
- disciplines
The academic disciplines associated with this subcopus.
Examples
if (FALSE) {
# Load the dataset
data("list_corpora")
}