Description Usage Arguments Value See Also Examples
Plot a graph of the dependencies.
1 | plot_graph(dependencies, colors = NULL, ...)
|
dependencies |
A dataframe. The dependencies of a package. |
colors |
A vector (default = NULL). Control the colors for each type of dependency. |
... |
Other arguments passed to |
A plot of the dependencies.
get_dependencies
, plot_dependencies
,
download_dependencies
, install_dependencies
1 2 3 4 5 | ## Not run:
dependencies <- get_dependencies(package = "shiny")
plot_graph(dependencies = dependencies)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.