find_IFdata_json | R Documentation |
Formats the path to a local or remote IF.data JSON file from the respective quarter.
find_IFdata_json(
yyyymm = NULL,
file_name,
cache_folder_name = "cache_json",
cache_json = TRUE
)
yyyymm |
Quarter |
file_name |
The name of the JSON file (including the extension) to be retrieved locally or remotely. |
cache_folder_name |
The local folder where the JSON files are (to be) cached. |
cache_json |
TRUE. Whether the JSON files with the raw data should be cached locally. |
The path to the JSON file saved locally (if 'cache_json' is TRUE) or to its URL if FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.