recode_fips_ansi: Recode FIPS by ANSI

View source: R/recode.R

recode_fips_ansiR Documentation

Recode FIPS by ANSI

Description

Replaces state ansi with state fips

Usage

recode_fips_ansi(.data, .ansi)

Arguments

.data

data.frame or tibble

.ansi

column with state ansi

Value

.data with column .ansi replaced with state fips

Examples

data('stata')
stata %>% recode_fips_ansi(ansi)

censable documentation built on Nov. 20, 2022, 1:06 a.m.