Description Usage Arguments Value Examples
Checks if the image name is a valid format
1 | check_docker_imagename(imagename)
|
imagename |
character vector of name(s) of the output image. Should follow username/image[:tag] format |
TRUE/FALSE
1 2 3 4 | # Start a dockerfile based off of the rocker/shiny image to generate a
# shiny server using R version 3.6.1
check_docker_imagename("rocker/shiny:3.6.1")
check_docker_imagename("rocker/shiny")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.