View source: R/rflow_management.R
rflow | R Documentation |
Initialize a new DAG
rflow( path = NULL, config = path, cache = file.path(path, ".rflow", "cache"), persistence = file.path(path, ".rflow", "persistence"), logging = if (length(path)) TRUE else FALSE )
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; |
A new rflow object.
## Not run: RF <- new_rflow() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.