inst/jobs-mandelbrot/src/onFinally.R

####################################################################
# There is a risk, although small, that the job is interrupted
# or that an error occurs while creating the image. Regardless of
# if the job was successful, an interrupt or an error occured, the
# onFinally() function will always be called.
####################################################################
onFinally <- function(...) {
  # Add an finalizing code here, e.g. closing open connections.
}

Try the R.batch package in your browser

Any scripts or data that you put into this service are public.

R.batch documentation built on May 2, 2019, 4:58 p.m.