list_supported_types_macro_predictors {tidyfinance} | R Documentation |
This function returns a tibble with the supported macro predictor dataset types provided by Goyal-Welch, including their frequencies (monthly, quarterly, annual). All dataset types reference the same source file "PredictorData2022.xlsx" for the year 2022. Additionally, it annotates each dataset with the domain "Goyal-Welch".
list_supported_types_macro_predictors()
A tibble with columns: type
(the type of dataset), dataset_name
(the file name of the dataset, which is the same for all types), and
domain
(the domain to which the dataset belongs, always "Goyal-Welch").