R/yf_get_index_components.R
yf_index_list.Rd
This function will return all available market indices that are registered in the package.
yf_index_list(print_description = FALSE)
Logical (TRUE/FALSE) - flag for printing description of available indices/collections
A vector of mkt indices
indices <- yf_index_list() indices #> [1] "SP500" "IBOV" "FTSE" #> [4] "testthat-collection"