This function stops and removes the Docker container used for rendering the R Markdown document, by running docker stop and docker rm commands.

purge_container(input_yml)

Arguments

input_yml

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

Value

purge results

Examples

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