#' Demonstrating how to document
#'
#' This function prints x
#' @param x Can be anything
#' @keywords test
#' @examples
#' test()
test <- function (x) {
print(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.