powered by
Loads the listed packages only
load_package(package1, ...)
Load package1 and other packages listed in the arguments ....
package1
...
R package.
Any additional R packages.
maloneypatr, Irucka Embry
install_load if you are wanting to install and load packages
install_load
if (FALSE) { library("install.load") # This will only load the package(s) load_package("chron") load_package("chron", "data.table", "dataRetrieval", "EGRET", "dplyr") }
Run the code above in your browser using DataLab