readRDS.gz: Read RDS.gz

View source: R/AgroSoil_generic_functions.R

readRDS.gzR Documentation

Read RDS.gz

Description

Read RDS.gz

Usage

readRDS.gz(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.gz <- function(file = "filename", threads = c(parallel::detectCores(),5))

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