• We have corrected statcan_search() function by removing top level code. You can now install statcanR package without an internet connection
  • we have added the function statcan_search() to identify economic data tables available on Statistics Canada’s website.
  • we have modified the function to get an informative message if the table is not available instead of having an error message.
  • we replaced utils::read.csv by readr::read_csv to fix a random bug with some metadata tables.
  • In this version, we have changed the name of the functions by withdrawing the sqs mentions. The old functions will remain available until the next update (deprecated).