get_play_metadata {rdracor} | R Documentation |
Retrieve metadata for a play
Description
get_play_metadata()
requests metadata for a specific play, given play
and corpus names.
Usage
get_play_metadata(play = NULL, corpus = NULL, full_metadata = TRUE, ...)
Arguments
play |
Character, name of a play (you can find all play names in
|
corpus |
Character, name of the corpus (you can find all corpus names in
|
full_metadata |
Logical: if |
... |
Additional arguments passed to |
Value
List with the play metadata.
See Also
get_net_cooccur_edges
get_play_rdf
get_play_characters
Examples
get_play_metadata(
play = "lessing-emilia-galotti",
corpus = "ger",
full_metadata = FALSE
)
[Package rdracor version 1.0.3 Index]