install_splash: Retrieve the Docker image for Splash

Description Usage Arguments Value See Also Examples

Description

Retrieve the Docker image for Splash

Usage

1
install_splash(tag = "latest")

Arguments

tag

Splash Docker image tag to install

Value

a docker_image object or NULL if an error occurred.

See Also

Other splash_docker_helpers: start_splash, stop_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.