#' @title
#' Helper functions
#'
#' @description
#' Funcoes auxiliares.
#'
#' @export
asciify = function(x) {
stopifnot(is.character(x))
gsub("[^a-zA-Z0-9_-]+", "-", x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.