| saveDatasets {robustlmm} | R Documentation |
Save datasets
Description
Saves dataset to one or more files.
Usage
saveDatasets(datasets, path = getwd(), file, chunkSize)
Arguments
datasets |
dataset list generated by one of the generate functions. |
path |
path to save the datasets to. |
file |
filename to use, without extension. |
chunkSize |
if provided, datasets are split into |
Details
The file will be saved to path/filename.Rdata.
If chunkSize is not missing, the filename is interpreted as format
specifier and passed onto sprintf. One argument is given, the
index of the chunk.
Value
filename or vector of filenames.
Author(s)
Manuel Koller
[Package robustlmm version 3.3-1 Index]