recode_abb_ansi: Recode Abb by ANSI

View source: R/recode.R

recode_abb_ansiR 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)

censable documentation built on Sept. 2, 2025, 1:09 a.m.