newnode_rmd: newnode_rmd

Description Usage Arguments Value

View source: R/newnode_rmd.R

Description

newnode_rmd

newnode_rmd

Usage

1
2
3
4
5
6
7
newnode_org_beamer(indat = NULL, names_col = NULL, in_col = NULL,
  out_col = NULL, desc_col = NULL, clusters_col = NULL, todo_col = NULL,
  nchar_to_snip = 40)

newnode_rmd(indat = NULL, names_col = NULL, in_col = NULL,
  out_col = NULL, desc_col = NULL, clusters_col = NULL, todo_col = NULL,
  nchar_to_snip = 40)

Arguments

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)

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)

Value

character string object that has the DOT language representatio of the input

character string object that has the DOT language representatio of the input


ivanhanigan/disentangle documentation built on Feb. 19, 2022, 9:22 a.m.