Learn R Programming

censable (version 0.0.5)

join_ansi_abb: Join ANSI by Abb

Description

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

Usage

join_ansi_abb(.data, .abb)

Value

.data with column .abb replaced with state ansi

Arguments

.data

data.frame or tibble

.abb

column with state abbreviation

Examples

Run this code
data('stata')
stata %>% join_ansi_abb(abb)

Run the code above in your browser using DataLab