View source: R/download_data_huggingface.R
| download_factor_library_grid | R Documentation |
Returns the tidy-finance/factor-library-grid dataset, which describes
every portfolio construction available in the factor library (one row per
construction, identified by id). Use the returned tibble to discover
which (sorting_variable, weighting_scheme, rebalancing, ...) combinations
exist before requesting their returns with
download_factor_library_ids().
download_factor_library_grid()
Equivalent to calling
download_data("tidyfinance", "factor_library_grid").
A tibble with one row per portfolio construction in the factor
library, including the integer id column used by
download_factor_library_ids().
Other download functions:
download_data(),
download_data_constituents(),
download_data_factors_ff(),
download_data_factors_q(),
download_data_fred(),
download_data_huggingface(),
download_data_macro_predictors(),
download_data_osap(),
download_data_risk_free(),
download_data_stock_prices(),
download_factor_library_ids()
## Not run:
download_factor_library_grid()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.