Description Usage Arguments Value Examples
View source: R/OpenWeatherMap.R
get current weather data for one location
| 1 2 | get_current_weather(api_key, cityID = NA, city = "", country = "",
  coordinates = NA, zip_code = NA)
 | 
| api_key | Open weather map API key | 
| cityID | city ID | 
| city | name of city | 
| country | name of country | 
| coordinates | (lat,lon) coordinates of the location of your interest | 
| zip_code | zip code | 
data frame giving current weather data for one location
| 1 2 3 4 | ## Not run: 
data=get_current_weather(api_key,city="guwahati")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.