inst/ex_fun/sb_fun_ex_demo_app.R

my_fun <- function(n, mean, sd, sleep) {
  Sys.sleep(sleep)
  rnorm(n, mean, sd)
}

Try the shinybatch package in your browser

Any scripts or data that you put into this service are public.

shinybatch documentation built on June 30, 2021, 9:06 a.m.