saveDatasets: Save datasets

View source: R/manageDatasets.R

saveDatasetsR 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 chunkSize chunks and then saved.

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


robustlmm documentation built on Nov. 15, 2023, 1:07 a.m.