recode_fips_abb: Recode FIPS by Abb

View source: R/recode.R

recode_fips_abbR Documentation

Recode FIPS by Abb

Description

Replaces state abbreviation with state fips

Usage

recode_fips_abb(.data, .abb)

Arguments

.data

data.frame or tibble

.abb

column with state abbrevaition

Value

.data with column .abb replaced with state name

Examples

data('stata')
stata %>% recode_fips_abb(abb)

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