tw_get_cache_file {tidywikidatar} | R Documentation |
Gets location of cache file
Description
Gets location of cache file
Usage
tw_get_cache_file(type = NULL, language = tidywikidatar::tw_get_language())
Arguments
type |
Defaults to NULL. Deprecated. If given, type of cache file to output. Values typically used by |
language |
Defaults to language set with |
Value
A character vector of length one with location of item cache file.
Examples
tw_set_cache_folder(path = tempdir())
sqlite_cache_file_location <- tw_get_cache_file() # outputs location of cache file
[Package tidywikidatar version 0.5.9 Index]