recode_abb_ansi {censable} | R Documentation |
Recode Abb by ANSI
Description
Replaces state ansi with state abbreviation
Usage
recode_abb_ansi(.data, .ansi)
Arguments
.data |
data.frame or tibble |
.ansi |
column with state ansi |
Value
.data with column .ansi replaced with state abbreviation
Examples
data('stata')
stata %>% recode_abb_ansi(ansi)
[Package censable version 0.0.5 Index]