list_supported_types_ff_legacy {tidyfinance} | R Documentation |
List Supported Legacy Fama-French Dataset Types
Description
This function returns a tibble with the legacy names of initially supported
Fama-French dataset types, including their names and frequencies (daily, weekly, monthly).
Each dataset type is associated with a specific Fama-French model (e.g., 3 factors, 5
factors). Additionally, it annotates each dataset with the domain "Fama-French".
Not included in the exported list_supported_types()
function.
Usage
list_supported_types_ff_legacy()
Value
A tibble with columns: type
(the type of dataset), dataset_name
(a descriptive name of the dataset), and domain
(the domain to which the
dataset belongs, always "Fama-French").
[Package tidyfinance version 0.4.1 Index]