join_abb_fips: Join Abb by FIPS

View source: R/join.R

join_abb_fipsR Documentation

Join Abb by FIPS

Description

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

Usage

join_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 |> join_abb_fips(fips)

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