Map to visualize proximity of CWA union members to unionizing Starbucks locations for the purpose of solidarity mobilizing. Demo map is available at https://lodgepolepines.shinyapps.io/starbucks-solidarity-map/
Uses R packages sf
to calculate proximity, shiny
and leaflet
for mapping, and rsconnect
to deploy to shinyapps. For purposes of demo all CWA data is fake.
More information available here: link
Clone this repository, install the necessary R packages such as shiny
, leaflet
, and sf
, replace the repo csv location data with your own data, and run app.R. To deploy to shinyapps follow these instructions. For more information on geocoding data with ggmap
and the Google Maps Geocoding API, see here.