Description Usage Arguments Value
Saves arbitrary large object to disk using saveRDS. If compression is 'xz', then the file is first saved quickly with no compression, and then the background process is spawned that compresses the file in multithreaded fassion using 'pxz', if the program is available.
1 2 3 4 |
obj |
The object to be saved |
file |
Path to the file |
compress |
Compression method with the same meaning as saveRDS. Default is 'xz'. |
wait |
If set the function exits only after the object is available to read. |
fn_to_run_afters_save |
Function that will be run after save. The function will get a single argument - path to the newly created file |
parallel job with the backgroud save, if wait is not 'none'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.