inst/analyseSingle2GrpGSEA/testReturnValues.R

args = commandArgs(trailingOnly = TRUE)
what <- args[1]
if (what == "q") {
  print("Quitting")
  q(status = 12)
} else if (what == "s") {
  stop("I am stopping")
}else if (what == "run") {
  print("hello")
}
protViz/prora documentation built on Dec. 12, 2021, 12:32 a.m.