#'
#' trivial_function
#'
#' A trivial function that serves as a placeholder for more important things
#'
#' @param n An integer
#'
#' @return The input integer
trivial_function <- function(n) {
return(n)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.