required_packages {popstudy}R Documentation

required_packages

Description

Install/load the required packages from CRAN.

Usage

required_packages(...)

Arguments

...

packages names.

Value

required_packages does not return a value, it only install and load the desired packages.

Author(s)

Cesar Gamboa-Sanabria

Examples


## Not run: 
#If you need to install and load the tidyr, dplyr and ggplot2 packages, run the following line:
#required_packages(tidyr, dplyr, ggplot2)

## End(Not run)


[Package popstudy version 1.0.1 Index]