#' Sanitation functions
#'
#' \code{nosanitize} makes no sanitation on the strings.
#'
#' @param str character: vector to sanitize
#'
#' @return sanitized cahracter vector
#' @export
#'
#' @examples
#' nosanitize("Test")
nosanitize <- function(str) { str }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.