View source: R/tw_get_cached_item.R
tw_get_cache_file | R Documentation |
Gets location of cache file
tw_get_cache_file(type = NULL, language = tidywikidatar::tw_get_language())
type |
Defaults to NULL. Deprecated. If given, type of cache file to output. Values typically used by |
language |
Defaults to language set with |
A character vector of length one with location of item cache file.
tw_set_cache_folder(path = tempdir())
sqlite_cache_file_location <- tw_get_cache_file() # outputs location of cache file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.