help | R Documentation |
Help function to direct brower to Bioconductor dockerhub
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
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.