powered by
Add R package to a project
addPackage(project.id = getProject(), library.name, library.install = NA, library.specific = FALSE)
project.id to add R package to
R package name to add
Command to install library: NA for CRAN, bioC for bioconductor
logical indicate whether package is for specific R script
Library information data
Not for direct use. Installs and loads all packages
# NOT RUN { addPackage("adaprHome","ggplot2") # } # NOT RUN { # }
Run the code above in your browser using DataLab