Rdocumentation
powered by
Learn R Programming
ruigi (version 0.1.2.9000)
pipeline: Define the pipeline and watch it get executed
Description
Define the pipeline and watch it get executed
Usage
pipeline(tasks, to, remote = FALSE)
Arguments
tasks
list. A list of ruigi_tasks.
to
ruigi_target. The scheduler will stop executing the graph once this target is created.
remote
logical. Choose between a local and remote scheduler.