| get_ECB_press_conferences | R Documentation | 
This helper function automatically retrieve the full data set of press conferences made available by the ECB. It implements a number of pre-processing steps used to remove the Q&A section from the text.
get_ECB_press_conferences(
  years = 1998:2021,
  language = "en",
  data.table = TRUE
)
| years | the years for which press conferences should be retrieved | 
| language | the language in which press conferences should be retrieved | 
| data.table | if TRUE, returns a data.table::data.table. Otherwise, return a list in which each element is a press conference. | 
Depending on the arguments, returns either a data.frame or a quanteda::tokens object containing press conferences of the ECB.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.