inst/web.R/info.R

# this is jsut an illustation of all the parameter passed to the function
# and the request
run <- function(...) {
  ohead("Parameters")
  oprint(str(list(...)))
  ohead("Request")
  oprint(str(request))
  done()
}

Try the FastRWeb package in your browser

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

FastRWeb documentation built on Nov. 3, 2021, 5:08 p.m.