cache_save {onlineforecast} | R Documentation |
Save a cache file (name generated with code_name()
Description
Saves the object as an .RDS file with the filename
Usage
cache_save(object, filename)
Arguments
object |
The object to cache (i.e. the value of the evaluating function). |
filename |
The cache file name (i.e. use the one generated by cache_name, see examples). |
Details
See the examples for cache_name()
.
[Package onlineforecast version 1.0.2 Index]