View source: R/executeWorkflow.R
| executeWorkflow | R Documentation |
executeWorkflow allows to execute a workflow
executeWorkflow(file, dir, queue,
on_initWorkflowJob, on_initWorkflow, on_closeWorkflow,
monitor, session)
file |
a JSON geoflow configuration file |
dir |
a directory where to execute the workflow |
queue |
an ipc queue to use geoflow in geoflow-shiny |
on_initWorkflowJob |
a function to trigger once |
on_initWorkflow |
a function to trigger once |
on_closeWorkflow |
a function to trigger once |
monitor |
a monitor function to increase progress bar |
session |
a shiny session object (optional) to run geoflow in a shiny context |
the path of the job directory
Emmanuel Blondel, emmanuel.blondel1@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.