wunderground_request {rwunderground}R Documentation

wunderground api requests

Description

wunderground api requests

Usage

wunderground_request(request_type, location, date = NULL,
  key = get_api_key(), message = TRUE)

Arguments

request_type

Request type TODO::list all types

location

locations set of set_location

date

Date, only applicable for history requests

key

wunderground API key

message

if TRUE print out requested

Value

httr request object


[Package rwunderground version 0.1.8 Index]