Nothing
#' @title Sanitization
#' @rdname nosanitize
#'
#' @description
#' \code{nosanitize} makes no sanitization on the strings.
#'
#' @param str character: vector to sanitize
#'
#' @return A sanitized character vector.
#' @export
#'
#' @examples
#' nosanitize("Test")
nosanitize <- function(str) { str }
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.