- filepath
The location of the zip file
- savepath
The location to save the output files to
- folder
T or F: does the filepath point to a parent, unzipped folder, or a zip file? If F, assumes the filepath points to a zip file. Defaults to F. No longer needed; included for back compatibility.
- saveUnzippedFiles
T or F: should the unzipped monthly data folders be retained?
- dpID
Data product ID of product to stack. Ignored and determined from data unless input is a vector of files, generally via stackFromStore().
- package
Data download package, either basic or expanded. Ignored and determined from data unless input is a vector of files, generally via stackFromStore().
- nCores
The number of cores to parallelize the stacking procedure. To automatically use the maximum number of cores on your machine we suggest setting nCores=parallel::detectCores(). By default it is set to a single core.
- useFasttime
Should the fasttime package be used to read date-time variables? Only relevant if savepath="envt". Defaults to false.