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()
}
s-u/FastRWeb documentation built on Dec. 1, 2023, 12:41 a.m.