Tools to Work with the 'Splash' JavaScript Rendering Service in R
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
616 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/docker-splash.r
\name{killall_splash}
\alias{killall_splash}
\title{Prune all dead and running Splash Docker containers}
\usage{
killall_splash()
}
\description{
_This is a destructive function._ It will stop **any** Docker container that
is based on an image matching "`scrapinghub/splashr`". It's best used when you
had a session forcefully interuppted and had been using the R helper functions
to start/stop the Splash Docker container. You may want to consider using the
Docker command-line interface to perform this work manually.
}