Learn R Programming

censable (version 0.0.5)

join_fips_name: Join FIPS by Name

Description

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

Usage

join_fips_name(.data, .name)

Value

.data with column .name replaced with fips

Arguments

.data

data.frame or tibble

.name

column with state name

Examples

Run this code
data('stata')
stata %>% join_fips_name(name)

Run the code above in your browser using DataLab