getPackages: Install Packages for Each Chapter

Description Usage Arguments Details Author(s) Examples

View source: R/getPackages.R

Description

This function identifies the physical location on the user's computer where the chapter R scripts are located.

Usage

1
getPackages(chapter, ...)

Arguments

chapter

an integer vector (or character versions of the integer) for the chapter number. See Details below:

...

options to pass to install.packages

Details

Chapter names and packages. about dependencies.

Author(s)

Max Kuhn

Examples

1
2
3
4
5
6
## Not run: 
getPackages(2)
getPackages(2:3)
getPackages("4")

## End(Not run)

AppliedPredictiveModeling documentation built on May 2, 2019, 9:22 a.m.