get.fips.st: Get State FIPS from block or block group FIPS

View source: R/get.fips.ST.R

get.fips.stR Documentation

Get State FIPS from block or block group FIPS

Description

Extract partial FIPS code from longer FIPS code

Usage

get.fips.st(fips, clean = TRUE)

Arguments

fips

Vector of one or more elements, character class, 12 or 15 characters long (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

Details

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.

Value

Returns a vector of one or more character elements, same lengths as fips

See Also

clean.fips()

Examples

samplefips <- c("011030001003", "011030001003001", 02610, 11030001003001, 35, 1,
 NA, 'invalidtext', '02')
get.fips.st(samplefips)

ejanalysis/ejanalysis documentation built on April 2, 2024, 10:12 a.m.