OpenFLUID.loadResultFileR Documentation

Loads results as a dataframe, giving output file name

Description

Loads results as a dataframe, giving output file name

Usage

OpenFLUID.loadResultFile(filepath)

Arguments

filepath

the full path of file to load

Value

a dataframe containing the simulation results

See Also

OpenFLUID.loadResult

Examples

## Not run: 
resSU18 = OpenFLUID.loadResultFile("/path/to/output/SU18_full.out")
resRS1 = OpenFLUID.loadResultFile("/path/to/output/RS1_waterlevel.out")

## End(Not run)