View source: R/revdep_graph_create_devtools.R
revdep_graph_create_devtools | R Documentation |
Create a reverse dependency graph.
revdep_graph_create_devtools(
refs,
pkg_target = NULL,
exclude = NULL,
recursive = FALSE,
add_metadata = TRUE,
node_size = NULL,
verbose = TRUE
)
refs |
Package names. |
exclude |
A subset of of the main package's ( |
recursive |
If |
add_metadata |
Add metadata to the graph using github_metadata. |
node_size |
Strategy for setting node sizes. Can be one of:
|
verbose |
Print messages. |
igraph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.