Description Usage Arguments Details Examples
Installs and loads library specific to a project
1 2 | Library(package, repository = "cran", github = "",
project.id = getProject())
|
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 |
Use within program Body
1 2 3 4 | ## Not run:
Library("adapr","cran",project.id="adaprHome")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.