Library: Installs and loads library specific to a project

Description Usage Arguments Details Examples

Description

Installs and loads library specific to a project

Usage

1
2
Library(package, repository = "cran", github = "",
  project.id = getProject())

Arguments

package

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) 

adapr documentation built on May 1, 2019, 7:05 p.m.