Description Usage Arguments Value Examples
View source: R/text_functions.R
abrevia_nome_meio
return names .
1 | abrevia_nome_meio(base, ..., suffixo = "_abrev")
|
base |
A data table, data frame or character vector. |
... |
columns for apply the function |
suffixo |
A character indicating the final part of the new columns' names |
the base parameter with a new column.
1 2 | base <- data.frame(nome = c("Carlos Pereira Neves", "Pedro Aparecido Anjos"))
base <- remove_preposicao_nomes(base, "nome")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.