create_app_cache_dir | R Documentation |
Create the default path expected by app_cache_dir()
.
create_app_cache_dir(appname)
appname |
Character; the name of the application that will "own" the cache, such as the name of a package. |
A normalized path to a cache directory. The directory is created if the user has write access and the directory does not exist.
# Executing this function creates a cache directory. create_app_cache_dir("dlr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.