cache_save {onlineforecast} | R Documentation |
code_name()
Saves the object as an .RDS file with the filename
cache_save(object, filename)
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). |
See the examples for cache_name()
.