recode_ansi_fips: Recode ANSI by FIPS

View source: R/recode.R

recode_ansi_fipsR Documentation

Recode ANSI by FIPS

Description

Replaces state fips with state ansi

Usage

recode_ansi_fips(.data, .fips)

Arguments

.data

data.frame or tibble

.fips

column with state fips

Value

.data with column .fips replaced with state ansi

Examples

data('stata')
stata %>% recode_ansi_fips(fips)

christopherkenny/censable documentation built on May 31, 2024, 7:50 a.m.