r - RNeo4j Error: Client error: (404) Not Found -


i trying query neo4j graph has been made keep getting error (error: client error: (404) not found) when type line cypher(graph, query).

the library seems have installed fine. also, have used rneo4j before without problems.

try connecting full path in startgraph() function:

graph <- startgraph("http://localhost:7474/db/data/") 

and enter username , password if necessary!


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -