join_fips_abb: Join FIPS by Abb

View source: R/join.R

join_fips_abbR Documentation

Join FIPS by Abb

Description

Adds a column with state fips joining by a column with state abbreviation

Usage

join_fips_abb(.data, .abb)

Arguments

.data

data.frame or tibble

.abb

column with state abbreviation

Value

.data with column .abb replaced with state name

Examples

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

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