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)
container_name | Name of the container to be stopped and removed. |
---|---|
image_name | Name of the image to be removed. |
status
## Not run: ------------------------------------ # purge_all("liftr_container_uuid", "report") ## ---------------------------------------------