stop_pyDarwin {Certara.RDarwin} | R Documentation |
Stop pyDarwin Model Search
Description
This 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 |
ForceStop |
Logical. If |
DirectoryPath |
the |
Value
Returned code of system2()
call.
Examples
## Not run:
stop_pyDarwin(
InterpreterPath = "~/darwin/venv/bin/python",
DirectoryPath = "~/project_folder")
## End(Not run)
[Package Certara.RDarwin version 1.1.1 Index]