View source: R/scraper-indexes.R
index_by_segment_get | R Documentation |
Gets B3 indexes available.
index_by_segment_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) |
A dataframe with the index stocks, their weights, segments and positions.
## Not run:
index_by_segment_get("IBOV")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.