R/scraper-indexes.R
index_comp_get.Rd
Gets the composition of listed B3 indexes.
index_comp_get(index_name, cache_folder = cachedir(), do_cache = TRUE)
a string with the index name
Location of cache folder (default = cachedir())
Whether to use cache or not (default = TRUE)
a character vector with symbols that belong to the given index name
if (FALSE) { # \dontrun{ index_comp_get("IBOV") } # }