parse_fips: Parsing FIPS codes

Description Usage Arguments Value Examples

View source: R/fips.R

Description

A single FIPS code concatenates multiple points of information into a single string. This function parses the 2-digit state, 3-digit county, 5-digit tract, block group, and 4-digit block codes (if present) from a 5-15 character long string.

Usage

1
parse_fips(fips)

Arguments

fips

FIPS code, as a 5 to 15 character string, containing only numeric characters

Value

Named list of FIPS codes.

Examples

1
parse_fips("090010218022000")

crazybilly/fundRaising documentation built on July 30, 2021, 12:51 a.m.