View source: R/tw_get_cached_item.R
| tw_get_cache_file | R Documentation |
Gets location of cache file
tw_get_cache_file(
extension = "sqlite",
language = tidywikidatar::tw_get_language()
)
extension |
Defaults to |
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.