Nothing
Code
bde_series_api_latest()
Condition
Error in `bde_series_api_latest()`:
! `series_code` cannot be missing.
Code
bde_series_api_latest("An_example", language = "aaa")
Condition
Error:
! `language` must be "en" or "es", not "aaa".
Code
bde_series_api_load("An_example", language = "aaa")
Condition
Error:
! `language` must be "en" or "es", not "aaa".
Code
bde_series_api_load("a", c("A", NA))
Condition
Error in `bde_series_api_load()`:
! `series_label` must not contain missing values.
Code
bde_series_api_load("a", c("A", "B"))
Condition
Error in `bde_series_api_load()`:
! `series_label` and `series_code` must have the same length.
i `series_label` has length 2 and `series_code` has length 1.
Code
empty <- bde_series_api_latest("XXX")
Message
! The query returned error XXX for `series_code` "XXX".
i This series was omitted from the results.
! No valid results for query <https://app.bde.es/bierest/resources/srdatosapp/favoritas?idioma=en&series=XXX>.
i Returning an empty <tbl_df>.
Code
tb_es_invalid <- bde_series_api_latest(sname_invalid, language = "es")
Message
! The query returned error XXX for `series_code` "AN_ERROR".
i This series was omitted from the results.
! The query returned error XXX for `series_code` "ANOTHER_ERROR".
i This series was omitted from the results.
Code
tb_es_invalid <- bde_series_api_load(sname_invalid, language = "es")
Message
! URL <https://app.bde.es/bierest/resources/srdatosapp/listaSeries?idioma=es&series=AN_ERROR,DTCCBCEUSDEUR.B,DTCCBCEJPYEUR.B,ANOTHER_ERROR> is not reachable. If this looks like a bug, please open an issue at <https://github.com/rOpenSpain/tidyBdE/issues>.
i Returning an empty <tbl_df>.
Code
bde_hlp_api_check_range(series_code = "DTCCBCEUSDEUR.B", language = "es",
time_range = "30M", verbose = FALSE)
Condition
Error in `bde_hlp_api_check_range()`:
! `time_range` "30M" is not valid for series frequency: "D". Use one of "3M", "12M", or "36M".
i Invalid series: "DTCCBCEUSDEUR.B".
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.