checkPackages: Check if you have packages installed

Description Usage Arguments Examples

Description

Check if you have packages installed and install it if there is missing. The actions are shown by console.

Usage

1
checkPackages(packages)

Arguments

packages

a vector with the packages to check or install, depending on the case.

Examples

1
2
3
4
5
## Not run: 
checkPackages("twitteR")
checkPackages(c("tidyr","ggplot2"))

## End(Not run)

davidCadillo/lazyLoadR documentation built on May 28, 2019, 7:52 p.m.