nse_index_list: Index list

View source: R/nse-index.R

nse_index_listR Documentation

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

## Not run: 
nse_index_list()

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

## End(Not run)


nse2r documentation built on Nov. 1, 2022, 5:05 p.m.