# Aggregate population from DA level to grouped by CT_UID
if (FALSE) {
geo <- cancensus::get_census("CA06",regions=list(CSD="5915022"),level='DA')
meta <- meta_for_additive_variables("CA06","Population")
result <- aggregate_data_with_meta(geo %>% group_by(CT_UID),meta)
}
Run the code above in your browser using DataLab