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.
}
HenrikBengtsson/R.batch documentation built on May 6, 2019, 11:52 p.m.