Description Usage Arguments Value Examples
View source: R/OpenWeatherMap.R
get current weather data for multiple cities
| 1 2 | 
| api_key | Open weather map API key | 
| bbox | bounding box [lat of the top left point, lon of the top left point, lat of the bottom right point, lon of the bottom right point, map zoom] | 
| coordinates | (lat,lon) coordinates of the location of your interest | 
| count | number of cities around the point that should be returned | 
| cityIDs | city IDs | 
| cluster | use server clustering of points. Possible values are [yes, no] | 
| units | metric units | 
data frame giving current weather data for several locations
| 1 2 3 4 | ## Not run: 
data=get_multiple_cities(api_key,cityIDs =c(524901,703448,2643743))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.