recode_fips_name: Recode FIPS by Name

View source: R/recode.R

recode_fips_nameR Documentation

Recode FIPS by Name

Description

Replaces state name with state fips

Usage

recode_fips_name(.data, .name)

Arguments

.data

data.frame or tibble

.name

column with state name

Value

.data with column .name replaced with fips

Examples

data('stata')
stata %>% recode_fips_name(name)

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