For now, we can do this in wbids-data.R: ``` geography_type = if_else( .data$region_name == "Aggregates", "Aggregate", "Economy" ) ``` But longer term, we want to solve it primarily in econid (with a package-level workflow on top): https://github.com/Teal-Insights/r-econid/issues/33