.cache.writable | R Documentation |
.cache.writable()
uses file.access()
to test if a
given location exists and is writable by the user.
.cache.writable(path)
path |
( |
TRUE if both conditions are met, FALSE if not.
file.access
## Not run: .cache.writable(rappdirs::user_cache_dir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.