get_ECB_speeches {sentopics} | R Documentation |
Download and pre-process speeches from the European Central Bank
Description
This helper function automatically retrieve the full data set of speeches made available by the ECB. In addition, it implements a number of pre-processing steps that may be turned on or off as needed.
Usage
get_ECB_speeches(
filter_english = TRUE,
clean_footnotes = TRUE,
compute_sentiment = TRUE,
tokenize_w_POS = FALSE
)
Arguments
filter_english |
if |
clean_footnotes |
if |
compute_sentiment |
if |
tokenize_w_POS |
if |
Value
Depending on the arguments, returns either a data.frame or a quanteda::tokens object containing speeches of the ECB.