get_current_weather: Download current weather data from OpenWeatherMap

View source: R/get_current_weather.R

get_current_weatherR Documentation

Download current weather data from OpenWeatherMap

Description

Download data from the OpenWeatherMap API

Usage

get_current_weather(api_key, lat = 53.96, lon = -1.0873)

Arguments

api_key

API key for OpenWeatherMap

lat

Latitude of location to get data for

lon

Longitude of location to get data for

Value

Tibble

Author(s)

Shona Wilde


shonawilde/shonarrr documentation built on Jan. 29, 2025, 1:27 a.m.