View source: R/scraper-indexes.R
index_weights_get | R Documentation |
Gets the assets weights of B3 indexes.
index_weights_get(index_name, cache_folder = cachedir(), do_cache = TRUE)
index_name |
a string with the index name |
cache_folder |
Location of cache folder (default = cachedir()) |
do_cache |
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.
## Not run:
index_weights_get("IBOV")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.