| call_neo4j {neo4r} | R Documentation | 
Call Neo4J API
Description
Call Neo4J API
Usage
call_neo4j(query, con, type = c("row", "graph"), output = c("r",
  "json"), include_stats = FALSE, include_meta = FALSE)
Arguments
| query | The cypher query | 
| con | A NEO4JAPI connection object | 
| type | Return the result as row or as graph | 
| output | Use "json" if you want the output to be printed as JSON | 
| include_stats | tShould the stats about the transaction be included? | 
| include_meta | tShould the stats about the transaction be included? | 
Value
the result from the Neo4J Call
[Package neo4r version 0.1.1 Index]