powered by
This function stops and removes the Docker container used for rendering the R Markdown document, by running docker stop and docker rm commands.
docker stop
docker rm
purge_container(input_yml)
The YAML file (default output of render_docker) storing the information of the container to be stopped and removed.
render_docker
purge results
# NOT RUN { purge_container("liftr-minimal.docker.yml") # }
Run the code above in your browser using DataLab