View source: R/Removal_Functions.R
removeAllNodesOfLabel | R Documentation |
Delete all the nodes of the same label.
removeAllNodesOfLabel(connection, label)
connection |
The Neo4j connection object. |
label |
The nodes label to be deleted. |
The result from the Neo4j call.
## Not run:
#To delete all labels
for(label in wntmully$layers$Name){
removeAllNodesOfLabel(connection,label)
}
#To delete drugs nodes
removeAllNodesOfLabel(connection,"drugs")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.