Learn R Programming

censable (version 0.0.5)

join_abb_ansi: Join Abb by ANSI

Description

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

Usage

join_abb_ansi(.data, .ansi)

Value

.data with column .ansi replaced with state abbreviation

Arguments

.data

data.frame or tibble

.ansi

column with state ansi

Examples

Run this code
data('stata')
stata %>% join_abb_ansi(ansi)

Run the code above in your browser using DataLab