addPackage: Add R package to a project

Description Usage Arguments Details Value Examples

Description

Add R package to a project

Usage

1
2
addPackage(project.id = getProject(), library.name, library.install = NA,
  library.specific = FALSE)

Arguments

project.id

project.id to add R package to

library.name

R package name to add

library.install

Command to install library: NA for CRAN, bioC for bioconductor

library.specific

logical indicate whether package is for specific R script

Details

Not for direct use. Installs and loads all packages

Value

Library information data

Examples

1
2
3
4
## Not run: 
addPackage("adaprHome","ggplot2")

## End(Not run) 

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