plot_pkg_structure.Rd
This function visualizes how data packages in a data package family are related to each other.
plot_pkg_structure(mn, parent_rm_pid)
mn | (MNode) The Member Node to query. |
---|---|
parent_rm_pid | (character) The top-level PID in a data package family. |
A visIgraph plot.
# NOT RUN { cn <- CNode("PROD") mn <- getMNode(cn,"urn:node:ARCTIC") parent_rm_pid <- "resource_map_urn:uuid:..." plot_pkg_structure(mn, parent_rm_pid) # }