Save | R Documentation |
This function saves PCollection or PCollection objects into HDF5 files.
Save(X, filename, overwrite = F)
X |
A PCollection or PCollection object. |
filename |
Path to the file data should be written to. |
overwrite |
Should existing files be overwritten? |
Does not return any values.
Load, 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.