getPackages: Install Packages for Each Chapter

View source: R/getPackages.R

getPackagesR Documentation

Install Packages for Each Chapter

Description

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

Usage

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


## Not run: 
getPackages(2)
getPackages(2:3)
getPackages("4")

## End(Not run)


topepo/AppliedPredictiveModeling documentation built on Aug. 25, 2023, 11:12 a.m.