R/start.R

Defines functions Gibi

Gibi <- function() {

  library("R.rsp")
  library("rjson")

  daemon <- HttpDaemon()
  path.to.html <- gsub("\\\\", "/", paste(installed.packages()["Gibi","LibPath"], "Gibi", "rsp", sep="/"))
  setRootPaths(daemon, path.to.html)
  start(daemon)

  browseURL("http://localhost:8080/Gibi.html")

}

Try the Gibi package in your browser

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

Gibi documentation built on May 2, 2019, 6:50 p.m.