CityComp
is a Shiny app developed to support the use of the comparative framework developed in Arechiga et al. (2023). In the app, users can directly visualize the results presented in the same paper. Specifically, a graphical and interactive version of Fig. 6 in the same paper is presented in the app. Users can further define a target city and estimate their similarity to cities across the globe. Dynamic filtering and mapping is implemented within the app.
The latest version of CityComp
can run locally from the latest version in our GitHub repository by using the following lines of code from R
.
shiny::runGitHub('cromanpa94','CityComp', ref="main")
Alternatively, users can find the most updated website associated to the app in the description of our GitHub repo.