Closed mountainMath closed 3 years ago
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
Fixed in https://github.com/mountainMath/cansim/pull/97
Similar problem occurs with table "36-10-0580".
The following call fails:
It works when conversion to factors is turned off.
This should be fixed by