stateAbbrToName: Convert state abbreviations to state names

View source: R/stateAbbrToName.R

stateAbbrToNameR Documentation

Convert state abbreviations to state names

Description

This makes use of Arul John's us-states repository to convert state abbrevations/territory abbreviations to state/territory names

Usage

stateAbbrToName(df)

Arguments

df

A data.frame, expected to contain at least two variables: StateName, and FIPS.

Value

The same data.frame, but with all abbreviations found in StateName or FIPS replaced with full names.


covidestim/vaccineAdjust documentation built on July 1, 2022, 7:25 a.m.