neo4j-rstats / neo4r

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

Feature Request: Create a Node from a List #55

Open Btibert3 opened 5 years ago

Btibert3 commented 5 years ago

Instead of using vec_to_cypher, the idea would be able to pass a list and create a node from there. The benefit is that we can handle columns with NA's by dropping them and avoiding null property errors.

This feature existed within RNeo4j here.

While this ask is for the creation of a single node, the majority of my use-cases when using R is for bulk data creation, so bonus points for the ability to dump a dataframe to a list with one entry for each row, the "rows" option in jsonlite::toJSON.