powered by
Installs and loads library specific to a project
Library(package, repository = "cran", github = "", project.id = getProject())
character for package to load/install
character for location of repository. "cran" for CRAN and "bioc" for bioconductor.
character for devtools::install_github("xxx")
project.id project id install within
Use within program Body
# NOT RUN { Library("adapr","cran",project.id="adaprHome") # } # NOT RUN { # }
Run the code above in your browser using DataLab