Learn R Programming

nse2r (version 0.1.3)

nse_index_list: Index list

Description

List NSE indices.

Usage

nse_index_list(clean_names = TRUE)

Arguments

clean_names

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

Value

A tibble with the following column:

index_name

Name of the index.

Examples

Run this code
# NOT RUN {
nse_index_list()

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

Run the code above in your browser using DataLab