View source: R/AgroSoil_generic_functions.R
saveRDS.xz | R Documentation |
Save RDS.xz
saveRDS.xz(x, file, threads = parallel::detectCores())
x |
The respective R object to be written to file |
file |
Either a character string naming a file path or a connection open for writing. |
threads |
Number of cores to allocate for writing to disk. Default values is "detectCores()" |
saveRDS.xz <- function(x, file = "filename", threads = c(parallel::detectCores(),5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.