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