View source: R/get_bcb_series.R
| download_bcb_series | R Documentation |
Downloads BCB series data with per-series retry logic. Uses
purrr::possibly() to collect failures without aborting, then reports
any failed series after the full map completes.
download_bcb_series(codes_bcb, date_start, quiet, max_retries, ...)
codes_bcb |
Vector of BCB series codes. |
date_start |
Start date for series. |
quiet |
Logical controlling messages. |
max_retries |
Maximum number of retry attempts per series. |
... |
Additional arguments passed to |
A long-format tibble with columns date, value, and code_bcb.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.