View source: R/interpret_type.R
| interpret_cache_type | R Documentation |
Generate cache parameters from preexisting shorthand types.
interpret_cache_type(type, ext_prefix = "cache_")
type |
A string describing the type of cache.
Must be |
ext_prefix |
The prefix to use with the file extension, e.g. "cache_csv", instead of "csv". |
List of read_fn, write_fn, and extension for use with
cachem::cache_disk().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.