limpar_nome_cidade <- function(nome) {
nome %>%
abjutils::rm_accent() %>%
stringr::str_to_lower() %>%
stringr::str_replace_all(" ", "_")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.