find_state: find_state

View source: R/utils.R

find_stateR Documentation

find_state

Description

find_state

Usage

find_state(pnt, abb = FALSE)

Arguments

pnt

an sf point object

abb

logical return a state abbreviation?

Examples

## Not run: 
pnt <- st_as_sf(data.frame(Lon = -107.2, Lat = 39.45),
  coords = c("Lon", "Lat"), crs = 4326)

## End(Not run)

jsta/nhdR documentation built on Aug. 21, 2023, 3:35 p.m.