make_fromids: Convert "to" index ids to "from" index ids
Description
given a set of index ids as retrieved from make_index_ids
return an adjacency matrix with pointers to identifiers that flow to the
row of the matrix in question.
list containing a "froms" matrix, "lengths" vector,
and optionally "froms_list" elements.
Arguments
index_ids
data.frame as returned by make_index_ids
return_list
logical if TRUE, the returned list will include a
"froms_list" element containing all from ids in a list form.
upmain
data.frame containing id and upmain columns. upmain should
be a logical value indicating if the id is the upmain connection from its
downstream neighbors.