cache_exists | R Documentation |
Internal function to test if a cache already exists.
cache_exists(table_name, depth, type)
cache_exists_any(table_name, type)
table_name |
string |
depth |
string, e.g. "deep" or "shallow" |
type |
string, e.g. "tessi" or "stream" |
TRUE/FALSE
cache_exists_any()
: Convenience function that tests if a cache already exists at any depth
## Not run:
cache_exists("test", "deep", "stream")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.