Description Usage Arguments Value See Also Examples
Get the nodes from the dependencies.
1 | get_nodes(dependencies)
|
dependencies |
A dataframe. The dependencies of a package. |
A vector of the nodes from a dataframe of dependencies.
get_dependencies
, plot_dependencies
,
download_dependencies
, install_dependencies
1 2 3 4 5 | ## Not run:
dependencies <- get_dependencies(package = "shiny")
get_nodes(dependencies = dependencies)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.