Could you help me?
I'm trying to download inflation expectations data for a month through the package rbcb
I installed and did the step by step to test if everything is ok.
But when I get here:
rbcb::get_monthly_market_expectations("IPCA", end_date = "2018-01-31", '$top' = 5)
I have this error message:
Error in curl::curl_fetch_memory(url, handle = handle) :
Failure when receiving data from the peer
Why? What is missing?
Any help?