powered by
List NSE indices.
nse_index_list(clean_names = TRUE)
Logical; if TRUE, makes the column names descriptive and uses snake_case.
TRUE
A tibble with the following column:
Name of the index.
# 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