Learn R Programming

nse2r (version 0.1.6)

nse_index_list: Index list

Description

List NSE indices.

Usage

nse_index_list(clean_names = TRUE)

Value

A tibble with the following column:

index_name

Name of the index.

Arguments

clean_names

Logical; if TRUE, makes the column names descriptive and uses snake_case.

Examples

Run this code
if (FALSE) {
nse_index_list()

# retain original column names as returned by NSE
nse_index_list(clean_names = FALSE)
}

Run the code above in your browser using DataLab