loadPackages: Load the packages specified in a file

Description Usage Arguments Value See Also Examples

Description

loadPackages attempts to load all of the packages listed in the specified file

Usage

1

Arguments

file

character value; path/name of the file containing the package list

Value

A logical vector describing the success of each library call.

See Also

library, readLines

Examples

1
2
writeLines(c("dplyr", "ggplot2", "rmarkdown"), "PACKAGES")
loadPackages("PACKAGES")

dnegrey/spork documentation built on May 15, 2019, 9:40 a.m.