
Last chance! 50% off unlimited learning
Sale ends in
Get or set the corpus-level metadata in a corpus object.
Replacement function for corpus-level data
metacorpus(x, field = NULL)metacorpus(x, field) <- value
a corpus object
metadata field name(s); if NULL
(default), return all
metadata names
new value of the corpus metadata field
For metacorpus
, a named list of the metadata fields in the corpus.
For metacorpus <-
, the corpus with the updated metadata.
# NOT RUN {
metacorpus(data_corpus_inaugural)
metacorpus(data_corpus_inaugural, "source")
metacorpus(data_corpus_inaugural, "citation") <- "Presidential Speeches Online Project (2014)."
metacorpus(data_corpus_inaugural, "citation")
# }
Run the code above in your browser using DataLab