prune_container {liftr} | R Documentation |
Remove Specific Docker Containers
Description
This function stops and removes the Docker containers used for rendering the R Markdown document based on the output YAML file from the (possibly unsuccessful) rendering process.
Usage
prune_container(input_yml)
purge_container()
Arguments
input_yml |
The YAML file path (output of |
Value
prune results
Examples
## Not run:
prune_container()
## End(Not run)
[Package liftr version 0.9.2 Index]