Learn R Programming

utilsIPEA (version 0.0.6)

remove_preposicao_nomes: Remove de da e dos of names .

Description

remove_preposicao_nomes return names without de, da e dos.

Usage

remove_preposicao_nomes(base, ..., suffixo = "_semD")

Arguments

base

A data table, data frame or character vector.

...

columns for apply the function

suffixo

Suffix name for the new column.

Value

the base parameter with a new column.

Examples

Run this code
# 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