Description Usage Arguments Value Examples
This function checks the content of a flows definition, and appends some missing columns. It is mainly used internally, but can be invoked by the uses to see what it does.
1 | parse_flows(flows, verbose = FALSE)
|
flows |
data.frame containing the nodes definition |
verbose |
logical: print some information? |
modified flows data.frame
1 2 3 4 | Q0 <- data.frame(from="A", to="B", qty=10) # Note 'qty' as alias for quantity
str(Q0)
Q1 <- parse_flows(Q0)
str(Q1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.