Learn R Programming

censable (version 0.0.5)

join_ansi_fips: Join ANSI by FIPS

Description

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

Usage

join_ansi_fips(.data, .fips)

Value

.data with column .fips replaced with state ansi

Arguments

.data

data.frame or tibble

.fips

column with state fips

Examples

Run this code
data('stata')
stata %>% join_ansi_fips(fips)

Run the code above in your browser using DataLab