toFIPS: Recode 1- and 2-digit County Code to FIPS

Description Usage Arguments Examples

Description

This function accepts 1- and 2-digit county codes and converts them either to county or census tract FIPS.

Usage

1
toFIPS(x, ct = TRUE)

Arguments

x

a vector

ct

option to convert to census tract or county. Defaults to census tract

Examples

1
2
x <- c(3, 7, 63)
toFIPS(x, ct = FALSE)

HFBrowning/EnvEpi documentation built on May 6, 2019, 9:46 p.m.