inst/jobs-stub/src/onRun.R

####################################################################
# The onRun() function is the main function for the job. It is 
# called after the onStart() function. onFinally() is always called
# after onRun() or if an interrupt or an error occurs.
####################################################################
onRun <- function(...) {
  # Put your main code here.
}

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.