Description Usage Arguments Value See Also Examples
View source: R/docker-splash.r
Retrieve the Docker image for Splash
1 | install_splash(tag = "latest")
|
tag |
Splash Docker image tag to install |
a docker_image
object or NULL
if an error occurred.
Other splash_docker_helpers:
start_splash()
,
stop_splash()
1 2 3 4 5 6 | ## Not run:
install_splash()
splash_container <- start_splash()
stop_splash(splash_container)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.