View source: R/get.fips.tract.R
get.fips.tract | R Documentation |
Extract partial FIPS code from longer FIPS code
get.fips.tract(fips, clean = TRUE)
fips |
Vector of one or more elements, character class, 11, 12 or 15 characters long after missing leading zeroes inferred (tract, block group or block), required. |
clean |
Does not use clean.fips() if FALSE, which helps if the countiesall or other list is not yet updated, for example and lacks some new FIPS code |
For information on FIPS codes, see http://www.census.gov/geo/reference/ansi.html, and also see https://www.census.gov/geo/reference/geoidentifiers.html It does not check to see if the codes are valid other than counting how many characters each has.
Returns a vector of one or more character elements, same lengths as fips. NA where input cannot be converted to tract/block group/block length code, as with county or state fips as input.
clean.fips()
samplefips <- c("011030001003", "011030001003001", 02610, 11030001003001, 35, 1,
NA, 'invalidtext', '02')
get.fips.tract(samplefips)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.