
Get subgraph for a set of nodes
get_subgraph.RdGet subgraph for a set of nodes
Value
A named list with $nodes (tibble::tibble()), $edges
(tibble::tibble()), and $has_more.
Examples
if (FALSE) { # \dontrun{
get_subgraph(c("H:UNITCM_H001", "C:UNITCM_I00001"))
} # }