powered by
remove_preposicao_nomes return names without de, da e dos.
remove_preposicao_nomes
remove_preposicao_nomes(base, ..., suffixo = "_semD")
A data table, data frame or character vector.
columns for apply the function
Suffix name for the new column.
the base parameter with a new column.
# NOT RUN { base <- data.frame(nome = c("Jo<U+00E3>o das Neves", "Pedro dos Anjos", "Maria das Gracas")) base <- remove_preposicao_nomes(base, "nome") # }
Run the code above in your browser using DataLab