cwd: Get current weather description (cwd)

Description Usage Arguments Value Examples

Description

The function helps to extract description of current weather from the OpenWeatherMap API

Usage

1
cwd(key, location)

Arguments

key

A string, your API key

location

A string, the location where you want to check the weather

Value

A string that describe current weather in the location indicated

Examples

1
2
key<-"&APPID=8196eccade1594d99afd30e0924dca7d"
cwd(key,"Vancouver,CA")

UBC-MDS/weatheR documentation built on May 21, 2019, 12:03 p.m.