View source: R/otb_parse_legacy.R
| parseOTBFunction | R Documentation |
Legacy convenience wrapper that returns a list containing: - first element: algo name - named entries: parameter defaults (if any) and "mandatory" markers - '$help': per-parameter help text (if available)
parseOTBFunction(algo = NULL, gili = NULL)
algo |
Character. OTB application name (see [parseOTBAlgorithms()]). |
gili |
Optional list returned by [linkOTB()]. If 'NULL', [linkOTB()] is called. |
Under the hood this uses the NEW introspection API: [otb_capabilities()] and [otb_args_spec()].
List (legacy format).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.