install_splash: Retrieve the Docker image for Splash

Description Usage Arguments Value See Also Examples

View source: R/docker-splash.r

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)

hrbrmstr/splashr documentation built on Feb. 23, 2020, 2:13 p.m.