R/scraper-indexes.R
index_weights_get.Rd
Gets the assets weights of B3 indexes.
index_weights_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)
data.frame with symbols that belong to the given index name with its weights and theoretical positions.
if (FALSE) { # \dontrun{ index_weights_get("IBOV") } # }