get_play_characters {rdracor} | R Documentation |
Retrieve data for characters in a play
Description
get_play_characters()
requests miscellaneous information for characters in
a play, given play and corpus names: name, number and size of their lines,
gender, some network metrics etc.
Usage
get_play_characters(play = NULL, corpus = NULL, ...)
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
|
... |
Additional arguments passed to |
Value
Data frame, every raw represents one character in the play.
See Also
Examples
get_play_characters(play = "lessing-emilia-galotti", corpus = "ger")
[Package rdracor version 1.0.3 Index]