Library: Installs and loads library specific to a project

Description Usage Arguments Details Examples

View source: R/Library.R

Description

Installs and loads library specific to a project

Usage

1
2
3
4
5
6
Library(
  packageList,
  repository = "cran",
  github = "",
  project.id = getProject()
)

Arguments

packageList

character for package to load/install

repository

character for location of repository. "cran" for CRAN and "bioc" for bioconductor.

github

character for devtools::install_github("xxx")

project.id

project.id project id install within

Details

Use within program Body

Examples

1
2
3
4
## Not run: 
Library("adapr","cran",project.id="adaprHome")

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.