Hi, everyone,
I have 10,000 nodes which interact with each other (one node interacts with other 9,999 nodes). I generated cypher queries for each node and relationship and then call call_neo4j function in R package Neo4r. Then, I use merge operation ...