We are trying to retrieve the seasonally adjusted annual rate of construction starts, and found it's not available through the package API. It's available on the portal down to CMA-level, table 5.3.3.
I'm following along the get_cmhc and just swapped the TableId before the POST call of a another minimal request, and correctly extracted Starts (SAAR). The correct csv gets read, but I understand the rest function isn't written to deal with its structure.
I think this case is about:
- expanding the
list_cmhc_tables generation to deal with this additional table. Were those tables handwritten manually?
- review how get_cmhc could handle this table format.
Does this make sense to you? Let me know, I could try a PR on this.
We are trying to retrieve the seasonally adjusted annual rate of construction starts, and found it's not available through the package API. It's available on the portal down to CMA-level, table
5.3.3.I'm following along the
get_cmhcand just swapped theTableIdbefore thePOSTcall of a another minimal request, and correctly extracted Starts (SAAR). The correctcsvgets read, but I understand the rest function isn't written to deal with its structure.I think this case is about:
list_cmhc_tablesgeneration to deal with this additional table. Were those tables handwritten manually?Does this make sense to you? Let me know, I could try a PR on this.