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