c.library: Portable package loader

Description Usage Arguments Examples

Description

If utilizing FORK style parallel, load all packages in the package list into the main R process. If utilizing a cluster, additionally load the packages into all cluster nodes.

Usage

1
2
## S3 method for class 'library'
c(...)

Arguments

...

quoted names of packages

Examples

1
c.libary("ggplot2","reshape2")

bamonroe/ctools documentation built on May 11, 2019, 6:19 p.m.