Learn R Programming

censable (version 0.0.5)

join_fips_ansi: Join FIPS by ANSI

Description

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

Usage

join_fips_ansi(.data, .ansi)

Value

.data with column .ansi replaced with state fips

Arguments

.data

data.frame or tibble

.ansi

column with state ansi

Examples

Run this code
data('stata')
stata %>% join_fips_ansi(ansi)

Run the code above in your browser using DataLab