Consider using a folder out of your current project directory, e.g. tw_set_cache_folder("~/R/tw_data/")
: you will be able to use the same cache in different projects, and prevent cached files from being sync-ed if you use services such as Nextcloud or Dropbox.
Value
The path to the caching folder, if previously set; the same path as given to the function; or the default, tw_data
is none is given.
Examples
# \donttest{
if (interactive()) {
tw_set_cache_folder(fs::path(fs::path_home_r(), "R", "tw_data"))
}
# }
tw_get_cache_folder()