station_coords {weathR}R Documentation

Station Coordinates

Description

Station Coordinates

Usage

station_coords(station_id)

Arguments

station_id

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

Value

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

Examples


station_coords("KBOS")


[Package weathR version 0.1.0 Index]