Learn R Programming

sqlutils (version 1.2)

getCacheFilename: Returns the complete filepath to the cache file.

Description

Returns the complete filepath to the cache file.

Usage

getCacheFilename(query, dir = getwd(), ext = "csv", ...)

Arguments

query
the query name.
dir
the directory to save the cache file to.
ext
file extension.
...
query parameters.

Value

full filepath to the cached file.