inst/doc/submitr.R

## ------------------------------------------------------------------------
library(submitr)

## ----eval=FALSE----------------------------------------------------------
#  # this is the path to your rscript
#  file <- "/the/rscript/iwannt/to/submit.R"
#  # these are the arguments for the job scheduler
#  gargs <- c("-W4:30", "-M10000", "-n8")
#  # these are the arguments for your R script
#  sargs <- c("my.input.file", "file.out")
#  submit(job=file, gargs=gargs, sargs=sargs)
dirmeier/submitr documentation built on May 15, 2019, 8:51 a.m.