newnode_df | R Documentation |
newnode_df
newnode_df(indat = NA, names_col = NA, in_col = NA, out_col = NA,
desc_col = NA, clusters_col = NA, todo_col = NA, nchar_to_snip = 40)
indat |
the input data.frame |
names_col |
the name of each edge (the boxes) |
in_col |
the name of the nodes that are inputs to each edge with comma seperated vals. whitespace will be stripped |
out_col |
the nodes that are outputs of each edge. |
desc_col |
description |
clusters_col |
optional column identifying clusters |
todo_col |
optional column with TODO status (DONE and WONTDO will be white, others are red) |
character string object that has the DOT language representatio of the input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.