Call fails for Table 36-10-0108 with factors=TRUE
mountainMath opened this issue · 2 comments
mountainMath commented
The following call fails:
get_cansim("36-10-0108")
It works when conversion to factors is turned off.
get_cansim("36-10-0108",factors=FALSE)
This should be fixed by
- fail gracefully if factor conversion fails and emit a warning message only
- fix this so that it works with factors for this table too.
mountainMath commented
Fixed in #97
mountainMath commented
Similar problem occurs with table "36-10-0580".