powered by
Check the consistence of the nodes, flows and palette data.frames
check_consistency(nodes, flows, palette = NULL)
data.frame containing the nodes definition
data.frame containing the flows definition
data.frame containing the palette definition
TRUE if all checks are passed; FALSE otherwise.
# NOT RUN { 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) # }
Run the code above in your browser using DataLab