Description Usage Arguments Note See Also Examples
View source: R/docker-splash.r
Stop a running a Splash server Docker container
| 1 | stop_splash(splash_container)
 | 
| splash_container | Docker 'container' object created by [start_splash()] | 
you need Docker running on your system and have pulled the container with [install_splash()] and started the Splash container with [start_splash()] for this to work. You will need the 'container' object from [start_splash()] for this to work.
Other splash_docker_helpers: 
install_splash(),
start_splash()
| 1 2 3 4 5 6 | ## Not run: 
install_splash()
splash_container <- start_splash()
stop_splash(splash_container)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.