Load | R Documentation |
This function loads HDF5 files containing PRecording or PCollection data.
Load(filename)
filename |
Path to the file to be loaded. |
A PRecording or PCollection object.
Save, PRecording, PCollection objects
fn<-tempfile()
Save(SampleData,fn)
object.size(SampleData)
rm(SampleData)
SampleData<-Load(fn)
object.size(SampleData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.