.point_data {weathR} | R Documentation |
Get the JSON Data for a Point
Description
Get the JSON Data for a Point
Usage
.point_data(lat, lon)
Arguments
lat |
Latitude of the point to fetch data for. |
lon |
Longitude of the point to fetch data for. |
Value
A nested list containing NWS point data.
Examples
.point_data(lat = 40.71427000, lon = -74.00597000) %>% data.frame()
[Package weathR version 0.1.0 Index]