#' XXX Explanation in one sentence
#'
#' \code{wdwd} is a function that...
#'
#' @param XXX describe an input to function
#'
#'
#' @details XXX This function does nothing. It relies on no packages
#'
#' @examples
#' XXX nothing(mtcars)
#' @export
XXX <- function(x) { return(x) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.