run.block: Runs a block and follows the output until completion

View source: R/nmap-block.R

run.blockR Documentation

Runs a block and follows the output until completion

Description

Recursive function to follow blocks until no more outputs.

Usage

run.block(block, input = list())

Arguments

block

Block to run

input

Input of block (this should only be used during recursion)

Value

0 if succesful, 1 if error


PennStateDEPENdLab/experiment.pipeline documentation built on Sept. 4, 2024, 10:55 a.m.