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/weatheR documentation built on Nov. 21, 2022, 9:08 p.m.