clean_cache | R Documentation |
Deprecated. The cached data base is now cleaned when the R sessions ends automatically.
clean_cache(tempPath = tempdir())
tempPath |
Local directory in which the data base was temporarily be stored. |
Cleans the temporary cache, specified by tempdir()
. This function had to be executed at the end of an R
session if
getGADS_fast
or getTrendGADS
with fast = TRUE
had been used.
Returns nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.