-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use R_READABS_PATH as a cache #49
Comments
I like the idea @HughParsonage! The ABS Time Series Directory (the crummy old API that the package is built around) does return a value for "Frequency" and "ProductReleaseDate" (which isn't always the same as the modification date) for each time series. We could use those to figure out whether the file is (likely to be) up to date |
Cool. Could I get push access to this repo? Makes it easier to collab rather than messing about with forks. Don't need master branch push permission. |
Done Let me know what you're thinking! |
We could use the path
R_READABS_PATH
:read_abs
as a.fst
file, to improve performance, and perhaps harness the random-access features of that file.The eventual goal is for the user to just type
read_abs("6345.0")
and forreadabs
to:.xls
file, tidy it, and then read the tidy files immediately on subsequent occasions.without the user having to tradeoff performance against accuracy/recency.
The text was updated successfully, but these errors were encountered: