stop_splash: Stop a running a Splash server Docker container

Description Usage Arguments Note See Also Examples

Description

Stop a running a Splash server Docker container

Usage

1
stop_splash(splash_container)

Arguments

splash_container

Docker 'container' object created by [start_splash()]

Note

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.

See Also

Other splash_docker_helpers: install_splash, start_splash

Examples

1
2
3
4
5
6
## Not run: 
install_splash()
splash_container <- start_splash()
stop_splash(splash_container)

## End(Not run)

splashr documentation built on May 2, 2019, 2:22 p.m.