| runOTB_isolated | R Documentation |
- Windows: dot-sources 'otbenv.ps1' (preferred) or calls 'otbenv.bat', then runs 'otbcli' within the same shell session. - Linux/macOS: delegates to [runOTB()] (launcher + explicit env already used).
runOTB_isolated(otbCmdList, gili = NULL, retCommand = FALSE, quiet = TRUE)
otbCmdList |
Non-empty list. 'otbCmdList[[1]]' is the OTB application name. Named entries are parameter keys without leading dashes. |
gili |
Optional list from [linkOTB()]. If 'NULL', [linkOTB()] is called. |
retCommand |
Logical. If 'TRUE', returns the exact shell command that would be executed instead of running it. |
quiet |
Logical. If 'TRUE', suppresses stdout/stderr (best-effort). |
If 'retCommand=TRUE', a character scalar command line. Otherwise an invisible status code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.