View source: R/determine.gender.R
determine.gender | R Documentation |
This function returns
determine.gender(x)
x |
Provide the character vector to parse. |
x <- 'livingston III, Mr. MICHAEL JOHN9'
x <- prep.name(x)
x <- strsplit(x,' ')[[1]]
cd <- get.census.data(x)
determine.gender(cd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.