Description Usage Arguments Value Examples
Help function to direct brower to Bioconductor dockerhub
1 | help(repository = "bioconductor/bioconductor_docker")
|
repository |
'character(1)', repository name of image. Default image is the main 'bioconductor/bioconductor_docker' image. |
Open a browser tab with docker repository
1 2 3 4 5 | do_it <- BiocDockerManager:::.is_docker_installed()
if(do_it) {
BiocDockerManager::help()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.