city_combine_df: Merges dataframes created by city_dataframe() for two cities

Description Usage Arguments Value Examples

View source: R/spider-chart.R

Description

Use function city_lookup() to see available cities

Usage

1
city_combine_df(city1, city2)

Arguments

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

Value

A merged dataframe along with metric minimums and maximums

Examples

1
2
city_combine_df("Hong Kong","San Luis Obispo")
city_combine_df("Chicago","Detroit")

DeclanMolony/teleporrrt documentation built on May 12, 2020, 1:02 a.m.