View source: R/install_packages.R
install_packages | R Documentation |
If the session is interactive, prompt the user whether to install the packages.
install_packages(..., try_install = interactive())
... |
The names of the packages to be checked |
try_install |
Whether running interactivly, which will prompt the user before installation |
## Not run: install_packages("SCORPIUS") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.