| summary.dracor | R Documentation |
get_dracor() request data on all plays in selected (or all) corpora.
get_dracor() returns dracor object that inherits
data frame (and can be used as such) but specified summary
method.
## S3 method for class 'dracor'
summary(object, ...)
get_dracor(corpus = "all", full_metadata = TRUE)
object |
An object of class |
... |
Other arguments to be passed to |
corpus |
Character vector with names of the corpora (you can find all
corpora names in |
full_metadata |
Logical: if |
You need to provide a vector with valid names of the corpora, e.g.
"rus", "ger" or "shake". Use function
get_dracor_meta to extract names for all available corpora.
dracor object that inherits data frame (and can be used as
such).
summary(dracor): Meaningful summary for dracor_meta object.
get_dracor_meta
tat <- get_dracor("tat")
summary(tat)
get_dracor(c("ita", "span", "greek"))
get_dracor()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.