packageLoad: Package Load

Description Usage Arguments Examples

Description

This function accepts a string (or vector of strings) representing a package name. It checks to see if any of the packages are not installed and installs them. Then, it loads all the packages.

Usage

1
packageLoad(package_list = "tictoc")

Arguments

package_list

String or vector of strings. Defaults to "tictoc".

Examples

1
2
3
4
packageLoad("beepr")

list_of_packages = c("chron","corrplot","data.table")
packageLoad(list_of_packages)

benmuirhead/rPkg documentation built on May 8, 2019, 8:32 a.m.