Description Usage Arguments Value Author(s) Examples
View source: R/installAllDSPkgs.R
Load all the required packages mentioned in this book.
1 | loadAllDSPkgs(install = FALSE, lib.loc = .libPaths()[1])
|
install |
Whether to install the uninstalled packages, default is FALSE. |
lib.loc |
character vector giving the library
directories where to install the packages. Defaults to
the first element of |
TRUE or FALSE.
Jian Li <rinds.book@gmail.com>
1 2 3 4 | ## Not run:
loadAllDSPkgs(install = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.