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