join_name_abb: Join Name by Abb

View source: R/join.R

join_name_abbR Documentation

Join Name by Abb

Description

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

Usage

join_name_abb(.data, .abb)

Arguments

.data

data.frame or tibble

.abb

column with state abbreviation

Value

.data with column .abb replaced with state name

Examples

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

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