find_state | R Documentation |
find_state
find_state(pnt, abb = FALSE)
pnt |
an sf point object |
abb |
logical return a state abbreviation? |
## Not run:
pnt <- st_as_sf(data.frame(Lon = -107.2, Lat = 39.45),
coords = c("Lon", "Lat"), crs = 4326)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.