loadAllDSPkgs: Load all the required packages mentioned in this book.

Description Usage Arguments Value Author(s) Examples

View source: R/installAllDSPkgs.R

Description

Load all the required packages mentioned in this book.

Usage

1
loadAllDSPkgs(install = FALSE, lib.loc = .libPaths()[1])

Arguments

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 .libPaths().

Value

TRUE or FALSE.

Author(s)

Jian Li <rinds.book@gmail.com>

Examples

1
2
3
4
## Not run: 
loadAllDSPkgs(install = TRUE)

## End(Not run)

dsinr documentation built on May 2, 2019, 5:47 p.m.

Related to loadAllDSPkgs in dsinr...