View source: R/check_packages.R
check.packages | R Documentation |
load packages and install them if they are not already installed
check.packages(pkgs)
pkgs |
character string with package names |
nothing returned
packages<-c("stringr","lubridate","RSQLite","odbc","reshape2","zoo","ggplot2","ggnewscale","xlsx","readxl")
check.packages(packages)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.