View source: R/AgroSoil_generic_functions.R
readRDS.p | R Documentation |
Reade RDS.p
readRDS.p(file, threads = parallel::detectCores())
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()" |
R object
readRDS.p <- function(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.