Learn R Programming

liftr (version 0.6)

purge_image: Purge Docker Image

Description

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

Usage

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

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

Run the code above in your browser using DataLab