ralite <- function(host='127.0.0.1',port=8181,handler=function(req){setContentType("text/html"); cat("<h1>Hello World!</h1>"); }) {
.Call(runRALITE,host,port,handler)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.