Description Usage Arguments Value
View source: R/extrai_nome_proprio.R
extrai_NomeProprio
Parse Brazilian names and returns given names, surnames and gender
1 2 | extrai_NomeProprio(x, surname = FALSE, gender = FALSE, stringdist = TRUE,
spaces = TRUE)
|
x |
List, character or factor with names to be parsed. |
surname |
If TRUE, the list of surnames is returned. |
gender |
If TRUE, the list of gender based on the names is returned. |
stringdist |
if TRUE, make a prediction based on the string distance of Jaro-Winkler between the source data and the input. |
spaces |
if TRUE, returns the names without spaces. If FALSE, it compress all the blank spaces. |
Returns a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.