This function removes the Docker image used for rendering the R Markdown document by running docker rmi commands.

purge_image(input_yml)

Arguments

input_yml

The YAML file (default output of render_docker) storing the information of the image to be removed.

Value

status

Examples

# NOT RUN {
purge_image("liftr-minimal.docker.yml")
# }