powered by
If a R package or Python module is not already installed, it will be installed with the user's consent.
install(rlibs = NULL, pymods = NULL)
invisibly a list of the R packages and Python modules that were attempted to be installed
character: names of R packages
character: names of Python modules
if (interactive()) { install(rlibs="A3", pymods="numpy") }
Run the code above in your browser using DataLab