getPackages {AppliedPredictiveModeling} | R Documentation |
This function identifies the physical location on the user's computer where the chapter R scripts are located.
getPackages(chapter, ...)
chapter |
an integer vector (or character versions of the integer) for the chapter number. See Details below: |
... |
options to pass to |
Chapter names and packages. about dependencies.
Max Kuhn
## Not run:
getPackages(2)
getPackages(2:3)
getPackages("4")
## End(Not run)