R/hello.R

Defines functions hello

Documented in hello

#' Function to say hello from racas
#'
#' Function to say hello from racas (used in main page for rapache http://host:port/r-services-api/)
#' 
hello <- function() {
  cat("Hello from racas")
  
}
mcneilco/racas documentation built on April 19, 2024, 1:12 p.m.