View source: R/revdep_graph_create.R
revdep_graph_create | R Documentation |
Create a reverse dependency graph.
revdep_graph_create(
pkg,
exclude = NULL,
method_seed = c("github", "devtools"),
method = c("devtools", "github"),
recursive = FALSE,
node_size = NULL,
add_metadata = TRUE,
degrees = 2,
verbose = TRUE
)
pkg |
Package to search dependencies for. |
exclude |
A subset of of the main package's ( |
method_seed |
Method to create the initial dependency graph with:
If more than one option is provided, only the first is used. |
method |
Seed method for extracting first-order reverse dependencies
of |
recursive |
If |
node_size |
Strategy for setting node sizes. Can be one of:
|
add_metadata |
Add metadata to the graph using github_metadata. |
degrees |
The number of degrees out from the main |
verbose |
Print messages. |
Named list.
dgc_out <- revdep_graph_create(pkg = "rworkflows")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.