checkAndInstallPackages | R Documentation |
Check and install given packages
checkAndInstallPackages(
packageL,
site = "https://mirrors.tuna.tsinghua.edu.cn/CRAN"
)
package |
A list containing names and install-names of each package. (instll-names is only required for packages from github.) Like list(package1=c("ggplot2")) or list(packages1=c("ggplot2"), package2=c("ImageGP", "git_user/ImageGP")) |
checkAndInstallPackages(list(package1=c("ggplot2")))
checkAndInstallPackages(list(packages1=c("ggplot2"), package2=c("ImageGP", "git_user/ImageGP")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.