-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
There is an issue with some StatCan CT identifiers appearing twice with different internal CMHC identifiers. For example
get_cmhc(survey = "Rms", series = "Vacancy Rate", dimension = "Bedroom Type", breakdown = "Historical Time Periods", geo_uid = "3050016.02")
gives an error because there are two internal CMHC CTs for this StatCan census tract as can be seen when calling
cmhc::cmhc_ct_translation_data |> filter(CTUID=="3050016.02")
Not sure what's going on here, will have to check into this in more detail.