plot_pkg_structure: Plot package structure

View source: R/plot_pkg_structure.R

plot_pkg_structureR Documentation

Plot package structure

Description

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

Usage

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)

## End(Not run)

NCEAS/datamgmt documentation built on June 5, 2023, 6:14 a.m.