View source: R/AgroSoil_generic_functions.R
readRDS.gz | R Documentation |
Read RDS.gz
readRDS.gz(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.gz <- 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.