join_fips_ansi {censable} | R Documentation |
Join FIPS by ANSI
Description
Adds a column with state fips joining by a column with state ansi
Usage
join_fips_ansi(.data, .ansi)
Arguments
.data |
data.frame or tibble |
.ansi |
column with state ansi |
Value
.data with column .ansi replaced with state fips
Examples
data('stata')
stata %>% join_fips_ansi(ansi)
[Package censable version 0.0.5 Index]