installed | R Documentation |
Get installed docker images
installed(repository)
repository |
'character(1)', repository name of image; if not given all images will be shown. |
stdout of docker images on your local machine.
do_it <- BiocDockerManager:::.is_docker_installed() if (do_it) { BiocDockerManager::installed() BiocDockerManager::installed( repository = "bioconductor/bioconductor_docker" ) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.