adapr (version 2.0.0)

Library: Installs and loads library specific to a project

Description

Installs and loads library specific to a project

Usage

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

Run this code
# NOT RUN {
Library("adapr","cran",project.id="adaprHome")
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace