Learn R Programming

weathR (version 0.1.0)

.point_data: Get the JSON Data for a Point

Description

Get the JSON Data for a Point

Usage

.point_data(lat, lon)

Value

A nested list containing NWS point data.

Arguments

lat

Latitude of the point to fetch data for.

lon

Longitude of the point to fetch data for.

Examples

Run this code
# \donttest{
.point_data(lat = 40.71427000, lon = -74.00597000) %>% data.frame()
# }

Run the code above in your browser using DataLab