Learn R Programming

rb3 (version 0.0.12)

index_comp_get: Get composition of B3 indexes

Description

Gets the composition of listed B3 indexes.

Usage

index_comp_get(index_name, cache_folder = cachedir(), do_cache = TRUE)

Value

a character vector with symbols that belong to the given index name

Arguments

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)

Examples

Run this code
if (FALSE) {
index_comp_get("IBOV")
}

Run the code above in your browser using DataLab