View source: R/dep_graph_create.R
dep_graph_create | R Documentation |
Create a dependency graph.
dep_graph_create(
pkg,
exclude = NULL,
method = c("pkgnet", "github"),
node_size = NULL,
add_metadata = TRUE,
verbose = TRUE
)
pkg |
Package to search dependencies for. |
exclude |
A subset of of the main package's ( |
method |
Seed method for extracting first-order dependencies
of |
node_size |
Strategy for setting node sizes. Can be one of:
|
add_metadata |
Add metadata to the graph using github_metadata. |
verbose |
Print messages. |
dgc_out <- dep_graph_create(pkg = "rworkflows",
method = "github")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.