#' Test Function
#' @description prints a string
#' @param s character what to print
#' @export
test_function <- function(s = "GREAT") {
s
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.