recode_name_abb: Recode Name by Abb

View source: R/recode.R

recode_name_abbR Documentation

Recode Name by Abb

Description

Replaces state abbreviation with state name

Usage

recode_name_abb(.data, .abb)

Arguments

.data

data.frame or tibble

.abb

column with state abbrevaition

Value

.data with column .abb replaced with state name

Examples

data('stata')
stata |> recode_name_abb(abb)

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