Closed joethorley closed 8 years ago
They added a few new columns to the csvs on the server. I'll add them.
Thanks
Thanks Andy! We're these columns added to the historical data? I can't open the spreadsheet to check...
Yup, and to the current as well. I'm just doing a bit of cleanup - I'll let you know when it's ready to test!
Fixed at my end
@HeatherGranger It should be good to go with the new columns added. You'll need to reinstall from github, and probably want to refresh your cache:
devtools::install_github("bcgov/rems")
library(rems)
remove_data_cache("all")
Then you can use get_ems_data()
or download_ems_data(); read_historic_data()
to import the data with the new columns.
@ateucher It seems download_historic_data has a parsing failure - I may have spoken prematurely when I said it was fixed...sorry to be the bearer of bad news :(