inst/api/api.R

#* Echo back the input
#*
#* @param msg The message to echo
#* @get /echo
function(msg="") {
  list(msg = msg)
}
curso-r/asnDeploy documentation built on Dec. 19, 2021, 7:04 p.m.