#' @title hello world
#'
#'
#' @return a string with "hello world" content
#' @export
#'
#' @examples hello_world()
hello_world <- function() {
print("Hello World !")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.