View source: R/ifdata_backend.R
download_IFdata_reports | R Documentation |
Downloads information about the IF.Data reports in the selected dates or up to the last available date if 'yyyymm_end' is 'NULL'
download_IFdata_reports(yyyymm_start, yyyymm_end = NULL, cache_json)
yyyymm_start |
Start calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'. |
yyyymm_end |
End calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'. |
cache_json |
TRUE. Whether the JSON files with the raw data should be cached locally. |
List with the reports available for the period between the desired quarters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.