weatherData (version 0.3)

weatherData-package: Get Weather & Temperature data from the Web

Description

The package has functions that can fetch weather data.

Arguments

Details

ll{ Package: weatherData Type: Package Version: 0.1 Date: 2014-02-03 License: GPL } These functions don't use APIs. They rely on reading URL's instead. Given a valid city and a date (or date range), the functions in weatherData can fetch them as a nice R data frame.

These functions are useful for anyone interested in doing analysis using weather data.

Examples

Run this code
getWeatherForDate("LAX", "2013-01-01")
checkDataAvailabilityForDateRange("BWI", "2013-12-13", "2014-01-01", "airportCode")
getStationCode("Chennai")

Run the code above in your browser using DataCamp Workspace