dot-point_data: Get the JSON Data for a Point

.point_dataR 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()


weathR documentation built on April 4, 2025, 1:38 a.m.