Description Usage Arguments Examples
Check and install given packages
1 2 3 4 | 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("YSX", "git_user/YSX")) |
1 2 3 | checkAndInstallPackages(list(package1=c("ggplot2")))
checkAndInstallPackages(list(packages1=c("ggplot2"), package2=c("YSX", "git_user/YSX")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.