readRDS.xz: Read RDS.xz

View source: R/AgroSoil_generic_functions.R

readRDS.xzR Documentation

Read RDS.xz

Description

Read RDS.xz

Usage

readRDS.xz(file, threads = parallel::detectCores())

Arguments

file

Either a character string naming a file path or a connection open for reading.

threads

Number of cores to allocate for reading file. Default values is "detectCores()"

Value

R object

Examples

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

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