#' Greeting
#' @description
#'
#' @return
#' @export
#'
#' @examples none.
hello <- function(){
print("Hello, world!")
}
greeting <- function(){
"How are you?"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.