Stop pyDarwin Model Search
stop_pyDarwin.RdThis function stops a pyDarwin model search.
Usage
stop_pyDarwin(
InterpreterPath,
Flags = c("-u", "-m"),
ForceStop = FALSE,
DirectoryPath = "."
)Arguments
- InterpreterPath
Path to the Python interpreter executable.
- Flags
Flags to pass to the Python interpreter. Refer to Python documentation for details. Note that
-mis essential (runs library module as a script and terminates option list).- ForceStop
Logical. If
TRUE,-fflag is added to force stop search immediately.- Default isFALSE.- DirectoryPath
the
DirectoryPathargument ofrun_pyDarwin()or the parent folder of options file passed to that function. Default is current working directory.
Value
Returned code of system2() call.