Description Usage Arguments Details Value Examples
Get or set the object metadata in a corpus, tokens, dfm, or dictionary object. With the exception of dictionaries, this will be corpus-level metadata.
1 2 3 4 5 6 7 |
x |
an object for which the metadata will be read or set |
field |
metadata field name(s); if |
type |
|
value |
new value of the metadata field |
metacorpus
and metacorpus<-
are synonyms but are deprecated.
For meta
, a named list of the metadata fields in the corpus.
For meta <-
, the corpus with the updated user-level metadata. Only
user-level metadata may be assigned.
1 2 3 4 | meta(data_corpus_inaugural)
meta(data_corpus_inaugural, "source")
meta(data_corpus_inaugural, "citation") <- "Presidential Speeches Online Project (2014)."
meta(data_corpus_inaugural, "citation")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.