neo4j-rstats/neo4r

Missing relationships from graph query

Closed this issue · 2 comments

When I run a query in Neo4j I will get for instance 14 node and 22 relationships but running that same query in neo4r gives me same correct number of nodes (14) but only gives me 13 relationships and only 15 relationships when I unnest them. Any reason for the missing relationships? Are their limitations on the relationships that won't return to R?

Thanks David, learning something new every day about neo4j!