Construct function network graph for a package
pg_graph(pkg_dir, plot = TRUE)
pkg_dir | Directory containing the package |
---|---|
plot | If |
A list
of nodes
and edges
describing connections between the
various exported and non-exported functions of a package.