cache_path | R Documentation |
Convenience functions to return the configured cache path and check that we have read/write access to it
tessilake.{depth}/{type}/{table_name}
cache_path(table_name, depth, type)
cache_primary_path(table_name, type)
table_name |
string |
depth |
string, e.g. "deep" or "shallow" |
type |
string, e.g. "tessi" or "stream" |
string for the configured cache path
cache_path()
: function to return the specified cache path and check that we have read/write access to
cache_primary_path()
: wrapper around cache_path that returns the path for the primary (first) defined storage
## Not run:
cache_path("test", "deep", "stream")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.