join_ansi_fips: Join ANSI by FIPS

View source: R/join.R

join_ansi_fipsR Documentation

Join ANSI by FIPS

Description

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

Usage

join_ansi_fips(.data, .fips)

Arguments

.data

data.frame or tibble

.fips

column with state fips

Value

.data with column .fips replaced with state ansi

Examples

data('stata')
stata %>% join_ansi_fips(fips)

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