recode_abb_fips: Recode Abb by FIPS

View source: R/recode.R

recode_abb_fipsR Documentation

Recode Abb by FIPS

Description

Replaces state fips with state abb

Usage

recode_abb_fips(.data, .fips)

Arguments

.data

data.frame or tibble

.fips

column with state fips

Value

.data with column .fips replaced with state abb

Examples

data('stata')
stata |> recode_abb_fips(fips)

censable documentation built on Sept. 2, 2025, 1:09 a.m.