View source: R/get_index_records.R
get_index_records | R Documentation |
TASI Index records get all records of TASI for a specified period.
get_index_records(start_date, end_date, use_cache = TRUE)
start_date |
The start date of the query. Date is a string that needs to be in yyyy-mm-dd format |
end_date |
The end date of the query. Date is a string that needs to be in yyyy-mm-dd format |
use_cache |
logical operator for using cached data |
Data frame of the TASI index
get_index_records("2020-01-01", "2020-12-31")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.