#' Short Description
#'
#'Full Description
#' @param ParameterName Parameter Description
#' @import package
#' @importFrom package function
#' @export #Include this if you'd like this function to be available to users. Exclude if you'd like this to be a helper function used internally in your package.
example_function <- function(parameter){
Function Body
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.