Description Usage Arguments Value Examples
Check the consistence of the nodes, flows and palette data.frames
1 | check_consistency(nodes, flows, palette = NULL)
|
nodes |
data.frame containing the nodes definition |
flows |
data.frame containing the flows definition |
palette |
data.frame containing the palette definition |
TRUE if all checks are passed; FALSE otherwise.
1 2 3 | nodes <- data.frame(ID=c("A","B"), x=1:2, y=0)
flows <- data.frame(from="A", to="B", quantity=10)
check_consistency(nodes, flows)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.