neo4j-rstats / neo4r

A Modern and Flexible Neo4J Driver
https://neo4j-rstats.github.io/user-guide/
Other
106 stars 30 forks source link

Allow to not parse the result #66

Open ColinFay opened 4 years ago

ColinFay commented 4 years ago

The bottleneck for some calls is that R takes a long time to turn result into df.

We should have a parse param in call_neo4j that allows to return the raw R list.