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 -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -