Learn R Programming

loose.rock (version 1.2.0)

save.run.cache: 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

Run this code
# NOT RUN {
loose.rock:::save.run.cache(
  35, file.path(tempdir(), 'save.run.cache.Rdata'), FALSE, TRUE
)
# }

Run the code above in your browser using DataLab