Description Usage Arguments Value Examples
View source: R/text_functions.R
remove_preposicao_nomes
return names without de, da e dos.
1 | remove_preposicao_nomes(base, ..., suffixo = "_semD")
|
base |
A data table, data frame or character vector. |
... |
columns for apply the function |
suffixo |
Suffix name for the new column. |
the base parameter with a new column.
1 2 | base <- data.frame(nome = c("Jo<c3><a3>o das Neves", "Pedro dos Anjos", "Maria das Gracas"))
base <- remove_preposicao_nomes(base, "nome")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.