- egos
Data frame containing ego data (egos as cases)
- netsize
Numeric, network size values are used to filter out empty
alter entries. If the alter data is not structured in a way, where valid alters
are stored before the invalid alters, pass NULL here and filter out invalid
alters afterwards.
- ID.vars
Character. For onefile_to_egor only the name of the ego ID needs
to be provided.
- attr.start.col
Index or name of the first column containing alter attributes.
- attr.end.col
Index or name of the last column containing alter attributes.
- max.alters
Maximum number of alters.
- aa.first.var
First column containing alter-alter relations/ edges.
- 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: "attr", "src", and
"tgt", representing the edge attribute being captured, the
source (or the first alter identified), and the target (or the
second alter identified) of the edge, respectively. See regex
for more information.
- var.wise
Logical value indicating if the alter attributes are sorted variable wise (defaults to FALSE).
- ...
additional arguments to egor().