readRDS.p: Reade RDS.p

View source: R/AgroSoil_generic_functions.R

readRDS.pR Documentation

Reade RDS.p

Description

Reade RDS.p

Usage

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

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