OpenFLUID.addExtraObserversPathsR Documentation

Adds paths to search for observers

Description

Adds paths to search for observers

Usage

OpenFLUID.addExtraObserversPaths(paths)

Arguments

paths

the colon separated paths to add

See Also

OpenFLUID.getObserversPaths

OpenFLUID.getExtraObserversPaths

OpenFLUID.resetExtraObserversPaths

Examples

## Not run: 
OpenFLUID.addExtraObserversPaths("/first/path")
OpenFLUID.addExtraObserversPaths("/second/path:/third/path") ## on unix system
OpenFLUID.addExtraObserversPaths("/second/path;/third/path") ## on windows system
OpenFLUID.addExtraObserversPaths(c("/fourth/path","/fifth/path"))

## End(Not run)