powered by
This function identifies the physical location on the user's computer where the chapter R scripts are located.
getPackages(chapter, ...)
an integer vector (or character versions of the integer) for the chapter number. See Details below:
options to pass to install.packages
install.packages
Chapter names and packages. about dependencies.
# NOT RUN { getPackages(2) getPackages(2:3) getPackages("4") # }
Run the code above in your browser using DataLab