visRflow | R Documentation |
visualize workflow DAG
visRflow( rflow, tags = NULL, includeIsolated = TRUE, direction = "UD", orderBy = "id", tagsMatchLogic = "all", ... )
rflow |
an rflow object |
tags |
character; vector of tags or regular expression for filtering nodes by tags |
includeIsolated |
logical; inlude disconnected nodes? |
direction |
orientation of flow ("UD" by default) |
... |
A visNetwork plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.