R/KORAHELLO.R

Defines functions KORAHELLO

Documented in KORAHELLO

#' KORAHELLO
#'
#' @param Luc Le Grand
#'
#' @return text
#' @export$
KORAHELLO <- function(Username) {
#This is a simple function I use to illustrate the package's functions.
print(paste("Hello ", Username, ", the current time is: ",Sys.time(),sep=""))
  
}
CrocutaLupus/KORAtool documentation built on April 13, 2025, 10:03 p.m.