Eases saving the data downloaded from api.tradestatistics.io
and prevents ots_read_from_api()
from downloading the same twice.
Arguments
- use_cache
Logical to save and load from cache. If
TRUE
, the results will be cached in memory iffile
isNULL
or on disk if `file` is notNULL
.- file
Character with the full file path to save the data.
- ...
Additional parameters inherited from
ots_create_tidy_data()
.