save_rds | R Documentation |
Save to rds using multiple threads (requires xz or pixz)
save_rds( x, file, threads = parallel::detectCores(), compress_level = 9L, quiet = FALSE )
x |
object to save |
file |
string file path to save to |
threads |
integer number of threads to use, default to parallel::detectCores() |
compress_level |
integer xz compression level from 0 to 9, default to 9 (max) |
quiet |
logical turn off output messages, default to FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.