#' 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=""))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.