removeNode: Delete a node in the Neo4j graph

View source: R/Removal_Functions.R

removeNodeR Documentation

Delete a node in the Neo4j graph

Description

Delete a node or a set of nodes from a graph

Usage

removeNode(connection, property_key, property_key_value)

Arguments

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.

Value

The result from the Neo4j call.

Examples

## Not run: 
#To remove the node of name Protein1
removeNode(connection, "name", "Protein1")

## End(Not run)

frankkramer-lab/Multipath2Neo4j documentation built on July 20, 2023, 11:43 p.m.