R/weather.R

weather_forecast <- function(zipcode) {
  set_api_key(Sys.getenv('WUNDERGROUND_KEY'))
  forecast3day(set_location(zip_code=zipcode))
}
rjsteckel/boilkettle documentation built on May 31, 2019, 8:49 p.m.