Library: Wrapper function for loading and installing packages

Description Usage Arguments Examples

View source: R/library.R

Description

Installs package if these are not yet available on the current machine. Afterwards, all packages are loaded.

Usage

1
Library(packages, ...)

Arguments

packages

String or vector of strings identifying the packages.

...

Strings with further package names

Examples

1
2
3
4
5
## Not run: 
Library("lmtest")
Library("lmtest", "psych")

## End(Not run)

sfeuerriegel/ResearchGroupTools documentation built on May 29, 2019, 8:01 p.m.