index_n_to_k | R Documentation |
Index N to K
index_n_to_k(year_start, year_end, step_interval, term_interval)
year_start |
|
year_end |
|
step_interval |
|
term_interval |
|
integer()
index_n_to_k(2011, 2018, "month", "month")
index_n_to_k(2011, 2018, "month", "quarter")
index_n_to_k(2011, 2018, "month", "year")
index_n_to_k(2011, 2018, "quarter", "quarter")
index_n_to_k(2011, 2018, "quarter", "year")
index_n_to_k(2011, 2018, "year", "year")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.