Retrieve the Docker image for Splash

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

# NOT RUN {
install_splash()
splash_container <- start_splash()
stop_splash(splash_container)
# }