Learn R Programming

liftr (version 0.6)

purge_container: Purge Docker Container

Description

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

Usage

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

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

Run the code above in your browser using DataLab