View source: R/other_functions.R
Load.Install | R Documentation |
This function either loads or installs/loads the specified packages.
Load.Install(Package.Names, Quiet = FALSE, Update.All = FALSE)
Package.Names |
A vector of strings. The package names to be installed/loaded. |
Quiet |
logical. If TRUE, suppress the output. |
Update.All |
logical. If TRUE, updates the specified packages. |
Packages from GitHub can also be installed/loaded.
Install and/or loads the specified packages.
## Not run:
Load.Install(Package.Names = "plyr")
Load.Install(Package.Names = c("plyr", "dplyr"))
Load.Install(c("plyr", "dplyr", "tidyr", "stringr", "stringi", "Hmisc"))
Load.Install(c("plyr", "dplyr"), Quiet = TRUE, Update.All = TRUE)
Load.Install("FinYang/tsdl")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.