inst/app.R

library(ambiorix)

app <- Ambiorix$new(log = TRUE)

app$get("/", function(req, res){
  res$send("Hello {ambiorix}!")
})

app$start()

Try the ambiorix package in your browser

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

ambiorix documentation built on April 3, 2025, 9:34 p.m.