Move project-specific variables to a single file R/project_variables.R which makes creating a new app much easier
Update data_prep.R and R/data_init.R to handle group response data that exports as json formatted strings
Add new function R/parse_json_column.R which handles all group response variables except region
Add new function R/parse_regions.R which similarly handles group region responses but also creates a new column regions_represented which makes it easier to filter by regions represented in the group response
Add variable shape fill opacity in shape viewer depending on the number of shapes being displayed, making it easier to see shapes when only a few are present
Reduce upfront package loading in global.R to help reduce startup time
R/project_variables.R
which makes creating a new app much easierdata_prep.R
andR/data_init.R
to handle group response data that exports as json formatted stringsR/parse_json_column.R
which handles all group response variables except regionR/parse_regions.R
which similarly handles group region responses but also creates a new columnregions_represented
which makes it easier to filter by regions represented in the group response