join_fips_name: Join FIPS by Name

View source: R/join.R

join_fips_nameR Documentation

Join FIPS by Name

Description

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

Usage

join_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 %>% join_fips_name(name)

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