I am new to RNeo4j. I was running the following the codes.
library(RNeo4j)
graph = startGraph("http://localhost:7474/db/data", username='neo4j', password='xxxxx2')
addConstraint(graph, "Person", "name")
However, I'm getting error after addConstraint(graph, "Person", "name") Here is the error code:
Error in httr::content(response)$errors :
$ operator is invalid for atomic vectors