View source: R/UpdateKlass-graph-navigate.R
is_split | R Documentation |
Given a graph and a node, determine if the node is a split code.
is_split(graph, node)
graph |
A graph generated by |
node |
A node as returned by |
The function will attempt to reconcile nodes that have split and
then later merged again. A node is considered to be split if there is more
than one node that does not itself have children (i.e. nodes at the end of
a sequence of changes) that can be reached from node
TRUE
if the node is split, otherwise FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.