Save: Saves PRecording or PCollection objects to HDF5 files

SaveR Documentation

Saves PRecording or PCollection objects to HDF5 files

Description

[Stable]
This function saves PCollection or PCollection objects into HDF5 files.

Usage

Save(X, filename, overwrite = F)

Arguments

X

A PCollection or PCollection object.

filename

Path to the file data should be written to.

overwrite

Should existing files be overwritten?

Value

Does not return any values.

See Also

Load, PRecording, PCollection objects)

Examples

fn<-tempfile()
Save(SampleData,fn)
object.size(SampleData)
rm(SampleData)
SampleData<-Load(fn)
object.size(SampleData)

moritzlindner/PatchR documentation built on April 30, 2024, 1:40 a.m.