This function visualizes how data packages in a data package family are related to each other.

plot_pkg_structure(mn, parent_rm_pid)

Arguments

mn

(MNode) The Member Node to query.

parent_rm_pid

(character) The top-level PID in a data package family.

Value

A visIgraph plot.

Examples

# 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)
# }