add_node: Initialize a node and add it to an rflow

add_nodeR Documentation

Initialize a node and add it to an rflow

Description

Initialize a node and add it to an rflow

Usage

add_node(x, ...)

Arguments

x

object's definition

...

further args passed to as_node()

rflow

an rflow object

conflict

logical; How to resolve conflict when an object of the same id already exists in the rflow?

persistence

path to folder containg RDS files with saved state (typically .rflow subdir of rflow config dir)

connect

logical;

verbose

logical; print verbose output?


vh-d/Rflow documentation built on May 11, 2022, 2:53 a.m.