#' Formata porcentagem
#' @name pct
#' @description Função que define porcentual
#' @param valor valor
#'
#' @export
pct <- function(valor) {
scales::percent(valor, 0.1, decimal.mark = ",")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.