Launch a Shiny app in which you can create a city view showcasing a particular city or region using OpenStreetMap (OSM) data retreived trough the Overpass API. Please note that OpenStreetMap is open data and can be freely utilized for any purpose, as long as proper credit is given to OpenStreetMap and its contributors.
cityview_shiny(launch.browser = FALSE)
if (FALSE) { # \dontrun{
# Start the shiny app
cityview_shiny()
} # }