-
Notifications
You must be signed in to change notification settings - Fork 21
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
upper bound too low for limit in fredr_category_series() #103
Comments
The limit is set by fred actually The intention is that you also use Ideally we'd handle this for you in fredr itself and make it an internal detail, but that would require some internal changes (i.e. some kind of loop where we request the maximum limit value and bump the offset until we don't get any more data back from the api) |
It might be quite an undertaking, but switching to httr2 would allow fredr to use |
@DavisVaughan I agree with both sentiments: @shokru In the meantime, you can take a look at something I mocked up for pagination a some time ago: #68 (comment) |
Hi! Thank you for this great package.
I was wondering why the limit is capped at 1,000 in the fredr_category_series() function.
I'm trying to access a category with much more items (https://fred.stlouisfed.org/categories/32291)
=> would it be possible to increase the limit to 100k?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: