This function will try to purge the Docker container and Docker image used for rendering the R Markdown document.

purge_all(container_name, image_name)

Arguments

container_name

Name of the container to be stopped and removed.

image_name

Name of the image to be removed.

Value

status

Examples

## Not run: ------------------------------------ # purge_all("liftr_container_uuid", "report") ## ---------------------------------------------