get.census.data: Pull Name Matrix bases on character vector

View source: R/get.census.data.R

get.census.dataR Documentation

Pull Name Matrix bases on character vector

Description

This function returns

Usage

get.census.data(x)

Arguments

x

Provide the name character vector to parse.

Value

data.table

Note

The return data.table is sorted based on the ordinals of the character vector arguement.

Examples

x <- 'livingston III,  Mr. MICHAEL JOHN9'
x <- prep.name(x)
x <- strsplit(x,' ')[[1]]
get.census.data(x)

mjfii/Name-Parser documentation built on Aug. 17, 2024, 4:07 a.m.