OpenFLUID.writeDatasetR Documentation

Writes a dataset on disk from a simulation definition blob

Description

Writes a dataset on disk from a simulation definition blob

Usage

OpenFLUID.writeDataset(ofblob, path)

Arguments

ofblob

the simulation definition blob

path

the full path where the datset is written

See Also

OpenFLUID.openDataset

Examples

## Not run: 
OpenFLUID.writeDataset(ofsim ,"/path/to/dataset")

## End(Not run)