Description Usage Arguments Value Examples
Use function city_lookup() to see available cities
1 | city_combine_df(city1, city2)
|
city1 |
A city name, must be given as a string, the first letter must be capitalized |
city2 |
A city name, must be given as a string, the first letter must be capitalized |
A merged dataframe along with metric minimums and maximums
1 2 | city_combine_df("Hong Kong","San Luis Obispo")
city_combine_df("Chicago","Detroit")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.