Get Direct Links (C Implementation)
getDirectLinks.C(x, MAX_DIRECT_CONNECTIONS = 5, dbg = FALSE)
| x | data frame with each row representing a link of the network. Required columns: us_node_id, ds_node_id |
|---|---|
| MAX_DIRECT_CONNECTIONS | default: 5 |
| dbg | default: FALSE |
get direct links with C implementation