| install_packages {dynutils} | R Documentation |
Install packages, but first ask if interactive
install_packages(..., is_interactive = interactive())
... |
The names of the packages to be installed |
is_interactive |
Whether running interactivly, which will prompt the user before installation |
## Not run:
install_packages("SCORPIUS")
## End(Not run)