#' Title
#'
#' @param munic
#' @param uf
#'
#' @return
#' @export
#'
#' @examples
paste_muni_uf <- function(munic, uf) {
paste0(munic, " (", uf, ")")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.