Description Usage Arguments Value Examples
This function checks the content of a nodes 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_nodes(nodes, verbose = FALSE)
|
nodes |
data.frame containing the nodes definition |
verbose |
logical: print some information? |
modified nodes data.frame
1 2 3 4 | n0 <- data.frame(ID=c("A","B"), x=1:2, y=0)
str(n0)
n1 <- parse_nodes(n0)
str(n1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.