rflow: Initialize a new DAG

View source: R/rflow_management.R

rflowR Documentation

Initialize a new DAG

Description

Initialize a new DAG

Usage

rflow(
  path = NULL,
  config = path,
  cache = file.path(path, ".rflow", "cache"),
  persistence = file.path(path, ".rflow", "persistence"),
  logging = if (length(path)) TRUE else FALSE
)

Arguments

path

path to rflow home folder. Nodes' definitions are searched for in this folder, cache and other data is saved into...

persistence

logical;

logging

logical;

caching

logical;

Value

A new rflow object.

Examples

## Not run: 
RF <- new_rflow()

## End(Not run)

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