get_weather: Get weather

Description Usage Arguments Value

View source: R/get_weather.R

Description

Get weather data from www.wunderground.com

Usage

1
2
get_weather(station = "FQMA", start_year = 2014, end_year = 2016,
  save = TRUE, load_saved = TRUE)

Arguments

station

A weather station. For example, "FQMA" (Maputo), "CDG" (Charles de Gaulle airport in Paris, France), "JFK" (John F. Kennedy airport in New York City, USA), etc.

start_year

The year for which you would like to start getting data

end_year

The year for which you would like to stop getting data

save

Whether to save the retrieved data locally

load_saved

Whether load, if applicable, previously saved data

Value

A dataframe of weather data


joebrew/cism documentation built on May 19, 2019, 2:58 p.m.