clean_cache {eatGADS} | R Documentation |
Clean temporary cache.
Description
Deprecated. The cached data base is now cleaned when the R sessions ends automatically.
Usage
clean_cache(tempPath = tempdir())
Arguments
tempPath |
Local directory in which the data base was temporarily be stored. |
Details
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.
Value
Returns nothing.
[Package eatGADS version 1.1.0 Index]