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