clear_cache | R Documentation |
Purge the cache or clear the cached objects for a single sample.
clear_cache(id = NULL)
id |
the unique id of the sample. |
The cached objects are removed from disk and cannot be retrieved. Whenever
possible specifying an id
is reccomended. If id = NULL
all
contents of the folder ‘.misty.temp’ will be removed.
None (NULL
)
clear_cache("b98ad35f4e671871cba35f2155228612")
clear_cache()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.