write_data_to_cache | R Documentation |
Write object in a serialised form (RDS) to a cache directory. For the
directory used for caching see cache_directory()
.
write_data_to_cache(x, filepath, wrap = FALSE, quiet = FALSE)
x |
Object to serialize to a file |
filepath |
Path where to serialize x, as a character string |
wrap |
Whether the object should be "packed" before serialization (as
required by |
quiet |
Omit message on cache file being written |
NULL
invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.