install_packages {dynutils} | 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)