available | R Documentation |
List available images with tags for Bioconductor
available(pattern, organization = "bioconductor", deprecated = FALSE)
pattern |
'character(1)', a pattern to filter the names of images. |
organization |
'character(1)', organization whose list of images hosted on dockerhub will be displayed. Default is 'bioconductor'. |
deprecated |
'logical(1)', TRUE will show deprecated images. |
Return a tibble of all the available docker images in an organization. The tibble will show the Image name, description, tags, repository-name, pull-count. By default this function is designed to show the available images under the Bioconductor organization in dockerhub.
'tibble' of available images
res <- available()
res <- available("bioconductor_docker")
res <- available(pattern = "rstudio", organization = "rocker")
res <- available(deprecated = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.