Description Usage Arguments Value See Also Examples
Generate the code to install the dependencies of a package.
1 | install_dependencies(dependencies, installed = TRUE)
|
dependencies |
A dataframe. The dependencies of a package. |
installed |
A boolean or a character vector (default = TRUE). Filter out the packages that are already installed. |
The code to install the dependencies of a package.
get_dependencies
, plot_dependencies
,
download_dependencies
, install_dependencies
1 2 3 4 5 | ## Not run:
dependencies <- get_dependencies(package = "shiny")
install_dependencies(dependencies = dependencies)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.