wUnderground_day: Function to get weather data from weather underground

Description Usage Arguments Value

View source: R/wunderground-weather-scraper.R

Description

Function to get weather data from weather underground

Usage

1
2
wUnderground_day(remDr, station = "KAMW", year = 2015, month = 1,
  day = 1)

Arguments

remDr

a selenium webdriver client

station

station call sign

year

year (4 digit number)

month

month (1 or 2 digit number)

day

day (1 or 2 digit number)

Value

table of weather data, with date, time, variable, value, and unit


heike/wilyscraper documentation built on May 27, 2019, 3:30 p.m.