check.packages: load packages and install them if they are not already...

View source: R/check_packages.R

check.packagesR Documentation

load packages and install them if they are not already installed

Description

load packages and install them if they are not already installed

Usage

check.packages(pkgs)

Arguments

pkgs

character string with package names

Value

nothing returned

Examples

packages<-c("stringr","lubridate","RSQLite","odbc","reshape2","zoo","ggplot2","ggnewscale","xlsx","readxl")

check.packages(packages)

laurin-f/pkg.WWM documentation built on July 19, 2023, 12:04 a.m.