.point_data | R Documentation |
Get the JSON Data for a Point
.point_data(lat, lon)
lat |
Latitude of the point to fetch data for. |
lon |
Longitude of the point to fetch data for. |
A nested list containing NWS point data.
.point_data(lat = 40.71427000, lon = -74.00597000) %>% data.frame()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.