save.run.cache: Saving the cache

View source: R/cache.R

save.run.cacheR Documentation

Saving the cache

Description

Saving the cache

Usage

save.run.cache(result, path, compression, show.message)

Arguments

result

main result to save

path

path to the file to save

compression

compression method to be used

show.message

TRUE to show messages, FALSE otherwise

Value

result of save operation

Examples

loose.rock:::save.run.cache(
  35, file.path(tempdir(), 'save.run.cache.Rdata'), FALSE, TRUE
)

averissimo/loose.rock documentation built on Dec. 8, 2022, 11:53 p.m.