R/status.R

# Copyright 2017 Opening Reproducible Research (http://o2r.info)

#' GET /status with JSON response
status <- function() {
  message <- "All systems are online, captain."
  "!DEBUG service status: `message`"
  return(list(status = message))
}
o2r-project/o2r-inspecter documentation built on May 12, 2019, 8:44 a.m.