get_net_cooccur_metrics: Retrieve co-occurrence network metrics for a play
Description
get_net_cooccur_metrics() requests network metrics for a specific play,
given play and corpus names. Play network is constructed based on characters'
co-occurrence matrix.
Usage
get_net_cooccur_metrics(play = NULL, corpus = NULL, ...)
Value
List with network metrics for a specific play.
Arguments
play
Character, name of a play (you can find all play names in
"playName" column within an object returned by
get_dracor). Character vector (longer than 1) is not
supported.
corpus
Character, name of the corpus (you can find all corpus names in
name column within an object returned by
get_dracor_meta).