Learn R Programming

censable (version 0.0.5)

recode_fips_abb: Recode FIPS by Abb

Description

Replaces state abbreviation with state fips

Usage

recode_fips_abb(.data, .abb)

Value

.data with column .abb replaced with state name

Arguments

.data

data.frame or tibble

.abb

column with state abbrevaition

Examples

Run this code
data('stata')
stata %>% recode_fips_abb(abb)

Run the code above in your browser using DataLab