Learn R Programming

weathR (version 0.1.0)

point_data: Get NWS Metadata for a Point

Description

Get NWS Metadata for a Point

Usage

point_data(lat, lon)

Value

A simple features point object with NWS metadata.

Arguments

lat

Latitude.

lon

Longitude.

Examples

Run this code
# \donttest{
point_data(lat = 40.71427000, lon = -74.00597000)
# }

Run the code above in your browser using DataLab