inst/web.R/index.R

# just return the contents of the index.html file in the web directory
run <- function(...)
  WebResult(payload=readLines(system.file("web/index.html", package="FastRWeb")))
s-u/FastRWeb documentation built on Dec. 1, 2023, 12:41 a.m.