saveRDS.xz: Save RDS.xz

View source: R/AgroSoil_generic_functions.R

saveRDS.xzR Documentation

Save RDS.xz

Description

Save RDS.xz

Usage

saveRDS.xz(x, file, threads = parallel::detectCores())

Arguments

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()"

Examples

saveRDS.xz <- function(x, file = "filename", threads = c(parallel::detectCores(),5))

kanj241/agrosoil documentation built on March 25, 2022, 12:22 a.m.