| ct_cache_clear | R Documentation |
Remove all cached Comtrade API responses from the local cache directory.
ct_cache_clear()
Invisibly returns TRUE if the cache was cleared, FALSE if
no cache directory existed.
op <- options(comtrade.cache_dir = tempdir())
ct_cache_clear()
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.