View source: R/Removal_Functions.R
removeNode | R Documentation |
Delete a node or a set of nodes from a graph
removeNode(connection, property_key, property_key_value)
connection |
The Neo4j connection object. |
property_key |
The node property key name to be identified by. |
property_key_value |
The node property key value to be found within. |
The result from the Neo4j call.
## Not run:
#To remove the node of name Protein1
removeNode(connection, "name", "Protein1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.