Load: Load HDF5 files containing PRecording or PCollection

View source: R/Load.R

LoadR Documentation

Load HDF5 files containing PRecording or PCollection

Description

[Stable]
This function loads HDF5 files containing PRecording or PCollection data.

Usage

Load(filename)

Arguments

filename

Path to the file to be loaded.

Value

A PRecording or PCollection object.

See Also

Save, PRecording, PCollection objects

Examples

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

moritzlindner/PatchMasteR documentation built on April 30, 2024, 1:52 a.m.