cache_delete | R Documentation |
Delete some or all cache files for a given cache.
cache_delete(table_name, depth, type, partitions = NULL)
table_name |
string |
depth |
string, e.g. "deep" or "shallow" |
type |
string, e.g. "tessi" or "stream" |
partitions |
optional vector of partitions to delete |
nothing, invisibly
## Not run:
cache_delete("test", "deep", "stream", partitions = c(1, 2, 3))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.