OpenFLUID.openDatasetR Documentation

Opens a dataset and returns a simulation definition blob

Description

Opens a dataset and returns a simulation definition blob

Usage

OpenFLUID.openDataset(path)

Arguments

path

the full path of the dataset to open

Value

a simulation definition blob

See Also

OpenFLUID.openProject

OpenFLUID.runSimulation

Examples

## Not run: 
ofsim = OpenFLUID.openDataset("/path/to/dataset")

## End(Not run)