Now that census geographies are being updated in the catalogue to 2021 we will need to think about how to manage this. I see three options:
- Replace the 2016 census geographies with the 2021 geographies and simply commit to having the most recent version in the package
- Add an argument to
census_* that specifies the year of the census with the current boundary at the default (create new functions census_2016_* and census_2021_*)
- Bind the two datasets together and manually filter for the census year of interest
Now that census geographies are being updated in the catalogue to 2021 we will need to think about how to manage this. I see three options:
census_*that specifies the year of the census with the current boundary at the default (create new functionscensus_2016_*andcensus_2021_*)