#' A dummy function
#'
#' I am serious this is very dum.
#'
#' @param x a numeric input
#'
#' @export
#'
#' @examples
#' dummy_function(3)
#'
#'
#' @return numeric value
#'
dummy_function <- function(x) {
x ^ 2
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.