View source: R/scraper-indexes.R
index_comp_get | R Documentation |
Gets the composition of listed B3 indexes.
index_comp_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 character vector with symbols that belong to the given index name
## Not run:
index_comp_get("IBOV")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.