Remove Partículas, Agnomes e algumas Patentes de Nomes
Source:R/utils_simplificacao_nomes.R
remove_PARTICULAS_AGNOMES.Rd
Remove Partículas, Agnomes e algumas Patentes de Nomes
Examples
vct_nomes <- c("JOAO DA SILVA FILHO","CORONEL JACINTO")
remove_PARTICULAS_AGNOMES(vct_nomes)
#> [1] "JOAO SILVA" " JACINTO"