Description Usage Arguments Value
Update a network in the database after a nodeis removed. Note that updating images is permitted only when the removed node has no children in the network or in any network images. Use deepUnpdateOnEdgeRemoved to remove egdes in images. NB This function requires that there not exist multiple multiple tables with the same name as the master data table in different data bases / data schema of the data management system.
1 | deepUpdateOnNodeRemoved(cn, net, oldIndex, oldValues, dropImages = F)
|
cn |
An open RODBC connection. |
net |
The network. |
oldIndex |
The index of the node that has been removed. |
oldValues |
The number of values the dropped node had. |
dropImages |
Whether images should be dropped or updated. |
zeroIndexed |
Whether the oldIndex is zero or one indexed. |
The updated network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.