Create Edgelist Version 2
create_edgelist_v2.RdSimilar to create_edgelist_v1 but removes the prefixes "Return/ReturnData" from XPath expressions.
Value
A data frame containing the edgelist with two columns representing parent-child relationships.
Examples
create_edgelist_v2(c("/Return/ReturnData/A/B", "/Return/ReturnData/C/D"))
#> V1 V2
#> 1 A B
#> 2 C D