PrintTreeHelper {brendaDb} | R Documentation |
Print the tree structure with correct whitespace.
PrintTreeHelper(index, tail.idx, depth)
index |
A string of the name of the sublist. |
tail.idx |
A string showing the last element in the entry. This is for printing a different character in the tree. |
depth |
Int, showing the depth of the element. |
Nothing; prints tree structure to the terminal.