library(ambiorix)
app <- Ambiorix$new(log = TRUE)
app$get("/", function(req, res){
res$send("Hello {ambiorix}!")
})
app$start()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.