Description Usage Arguments Value Examples
View source: R/nse-advance-decline.R
NSE indices advances & declines.
1 | nse_advances_declines(clean_names = TRUE)
|
clean_names |
Logical; if |
A tibble with the following columns:
index_name |
Name of the index. |
advances |
Number of stocks increased (in green). |
declines |
Number of stocks decreased (in red). |
unchanged |
Number of stocks unchanged. |
1 2 3 4 | nse_advances_declines()
# retain original column names as returned by NSE
nse_advances_declines(clean_names = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.