Learn R Programming

splashr (version 0.3.0)

install_splash: Retrieve the Docker image for Splash

Description

Retrieve the Docker image for Splash

Usage

install_splash(tag = "3.0")

Arguments

tag

Splash Docker image tag to install

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