get_state: Get state abbreviations

View source: R/functions.r

get_stateR Documentation

Get state abbreviations

Description

Get state abbreviations

Usage

get_state(df)

Arguments

df

is the dataframe that includes the coordinate columns. Make sure to rename columns to 'lat', 'lon'

Examples

 df 
df$state <- get_state(df)

BYUIDSconsulting/mesonetgdh documentation built on Nov. 15, 2022, 2:32 a.m.