View source: R/scraper-indexes.R
indexes_composition_get | R Documentation |
This function fetches the composition of B3 indexes. It uses the template dataset "b3-indexes-composition" to retrieve the data.
indexes_composition_get()
A data frame containing the columns:
The date when the data was last updated.
The symbol of the asset.
The indexes associated with the asset.
An arrow_dplyr_query
or ArrowObject
, representing a lazily evaluated query. The underlying data is not
collected until explicitly requested, allowing efficient manipulation of large datasets without immediate
memory usage.
To trigger evaluation and return the results as an R tibble
, use collect()
.
## Not run:
indexes_composition <- indexes_composition_get()
head(indexes_composition)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.