| summary.dracor {rdracor} | R Documentation |
Retrieve metadata for all plays in selected corpora
Description
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.
Usage
## S3 method for class 'dracor'
summary(object, ...)
get_dracor(corpus = "all", full_metadata = TRUE)
Arguments
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 |
Details
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.
Value
dracor object that inherits data frame (and can be used as
such).
Functions
-
summary(dracor): Meaningful summary fordracor_metaobject.
See Also
Examples
tat <- get_dracor("tat")
summary(tat)
get_dracor(c("ita", "span", "greek"))
get_dracor()