Learn R Programming

splashr (version 0.6.0)

install_splash: Retrieve the Docker image for Splash

Description

Retrieve the Docker image for Splash

Usage

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

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

Run the code above in your browser using DataLab