Learn R Programming

ruigi (version 0.1.2.9000)

ruigi_task: Minimal unit of computation in Ruigi. A task is a bundle that contains dependencies, a target (every node should produce one and only one target), and a function that maps the dependencies to this target. Ruigi will organize and determine the right order of computation of multiple nodes formed together into one pipeline.

Description

Minimal unit of computation in Ruigi. A task is a bundle that contains dependencies, a target (every node should produce one and only one target), and a function that maps the dependencies to this target. Ruigi will organize and determine the right order of computation of multiple nodes formed together into one pipeline.

Usage

ruigi_task

Arguments

Format

Class 'R6ClassGenerator'  
 - attr(*, "name")= chr "ruigi_task_generator"