Learn R Programming

eatGADS (version 1.1.1)

clean_cache: Clean temporary cache.

Description

Deprecated. The cached data base is now cleaned when the R sessions ends automatically.

Usage

clean_cache(tempPath = tempdir())

Value

Returns nothing.

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.