inst/examples/testform.R

library(RwxWidgets)
library(bitops)

h = htmlFormTagHandlers()

f = c("form.html", "examples/form.html")
if(!any(file.exists(f)))
 stop("Can't find form.html")  
f = f[file.exists(f)][1]

htmlViewer(f, tagHandlers = h, run = TRUE)
omegahat/RwxWidgets documentation built on May 24, 2019, 1:56 p.m.