parseOTBAlgorithms | R Documentation |
retrieve the OTB module folder content and parses the module names
parseOTBAlgorithms(gili = NULL)
gili |
optional list of avalailable 'OTB' binaries if not provided 'linkOTB()' is called |
## Not run: ## link to the OTB binaries otblink<-link2GI::linkOTB() if (otblink$exist) { ## parse all modules moduleList<-parseOTBAlgorithms(gili = otblink) ## print the list print(moduleList) } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.