wide.dyads.to.edgelist.regex {egor} | R Documentation |
Transform wide alter-alter data to an edge list. A regex based implementation to convert a wide list to an edgelist.
Description
Transform wide alter-alter data to an edge list. A regex based implementation to convert a wide list to an edgelist.
Usage
wide.dyads.to.edgelist.regex(e.wide, aa.regex, netsize)
Arguments
e.wide |
A dataframe containing the alter-alter relation data in the 'wide' format. |
aa.regex |
A Perl regular expression with name capture,
intended to be run on column names and capturing via named
capture the following regex groups: |
netsize |
|
[Package egor version 1.24.2 Index]