#' Hello Function
#' This functions is a hello word function which aims
#' at giving some instructions
#'
#' @param x A string
#' @export
hello <- function(x) {
glue::glue("Hello {x}!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.