View source: R/dep_graph_create_github.R
dep_graph_create_github | R Documentation |
Create a dependency graph: GitHub.
dep_graph_create_github(
refs,
exclude = NULL,
add_traffic = TRUE,
node_size = NULL,
reverse = FALSE,
add_metadata = TRUE,
verbose = TRUE
)
refs |
Reference for one or more GitHub repository in owner/repo format
(e.g. |
exclude |
A subset of of the main package's ( |
add_traffic |
Add traffic metadata with github_traffic. |
node_size |
Strategy for setting node sizes. Can be one of:
|
reverse |
|
add_metadata |
Add metadata to the graph using github_metadata. |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.