Description Usage Arguments Details Value Examples
Add R package to a project
1 2 | addPackage(project.id = getProject(), library.name, library.install = NA,
library.specific = FALSE)
|
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 |
Not for direct use. Installs and loads all packages
Library information data
1 2 3 4 | ## Not run:
addPackage("adaprHome","ggplot2")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.