inst/ex_fun/sb_fun_ex.R

sb_fun_ex <- function(x, y, z) {
  res <- x + y
  message('Running !')
  warning("Complex (or not) variable z is not used...!")
  res
}
datastorm-open/shinybatch documentation built on Oct. 3, 2023, 10:04 a.m.