-
Notifications
You must be signed in to change notification settings - Fork 20
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
Is it possible to retrieve metadata as BETS package does? #38
Comments
Using the API, unfortunately no, it does not, but rbcb has a workaround. It scrapes the https://dadosabertos.bcb.gov.br/ website and return the searches results with Try rbcb::search_series("IPCA") |
Great to know @wilsonfreitas , is it possible to adjust the encoding type? Because the results with special characters get desfigured, e.g.: "�ndice nacional de preços ao consumidor - Amplo (IPCA) - Núcleo por exclusão" |
@wilsonfreitas , I believe I know the solution. In your file "rbcb_search.R", replace Please, would you mind to implement that to see if it works? |
I've made a small change using your suggestion and I believe that now it is working. Tks. |
Hey @wilsonfreitas , is it possible to retrieve metadata as BETS package does via
BETS::BETSsearch()
?It is an important feature and it would be great to have in rbcb.
As a side issue do you know why rbcb is so much faster than BETS? As discussed in here: nmecsys/BETS#17
Thank you very much.
The text was updated successfully, but these errors were encountered: