Description Usage Arguments Value Examples
use git via BiocBBSpack::getpk to retrieve sources into a folder
| 1 | populate_local_gits(pkgset, gitspath)
 | 
| pkgset | instance of PackageSet | 
| gitspath | character(1) folder to be created if it does not exist | 
invisibly, the list of folders created under gitspath
| 1 2 3 4 | ps = PackageSet(c("BiocFileCache", "ensembldb")) #bioc_coreset()[c(3,8)]) # two example packages
td = tempdir()
ll = populate_local_gits(ps, td)
ll
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.