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)
input_yml | The YAML file (default output of
|
---|
purge results
# NOT RUN { purge_container("liftr-minimal.docker.yml") # }