View source: R/list_supported_indexes.R
list_supported_indexes | R Documentation |
This function returns a tibble containing information about supported financial indexes.
Each index is associated with a URL that points to a CSV file containing the holdings of the index.
Additionally, each index has a corresponding skip
value, which indicates the number of lines
to skip when reading the CSV file.
list_supported_indexes()
A tibble with three columns:
The name of the financial index (e.g., "DAX", "S&P 500").
The URL to the CSV file containing the holdings data for the index.
The number of lines to skip when reading the CSV file.
supported_indexes <- list_supported_indexes()
print(supported_indexes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.