app_cache_dir | R Documentation |
App cache directories can depend on the user's operating system and an
overall R_USER_CACHE_DIR
environment variable. We also respect a per-app
option (appname.dir
), and a per-app environment variable
(APPNAME_CACHE_DIR
). This function returns the path that will be used for a
given app's cache.
app_cache_dir(appname, verbose = interactive())
appname |
Character; the name of the application that will "own" the cache, such as the name of a package. |
The full path to the app's cache directory.
app_cache_dir("myApp")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.