Closed ateucher closed 4 years ago
Success
> library(rems)
> download_historic_data(force = TRUE, ask = FALSE)
This is going to take a while...
Downloading latest 'historic' EMS data
Downloading ems_historic.sqlite.zip...
|=================================================================================================| 100%
Successfully downloaded and stored the historic EMS data.
You can access and subset it with the 'read_historic_data' function, or
attach it as a remote data.frame with 'attach_historic_data()'
which you can then query with dplyr
Excellent, thanks @joethorley
Fixes #49. @joethorley would you be able to test this to make sure it still works for you and doesn't throw that warning?
Thanks!