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