Learn R Programming

weathR (version 0.1.0)

station_coords: Station Coordinates

Description

Station Coordinates

Usage

station_coords(station_id)

Value

Named list with latitude and longitude like: c("lat" = x, "lon" = y).

Arguments

station_id

The station identifier (ex: KDEN, KBOS, KNYC, etc).

Examples

Run this code
# \donttest{
station_coords("KBOS")
# }

Run the code above in your browser using DataLab