graphRequest {neo2R} | R Documentation |
Run a curl request on a neo4j graph
Description
Run a curl request on a neo4j graph
Usage
graphRequest(graph, endpoint, customrequest = c("POST", "GET"), postText)
Arguments
graph |
the neo4j connection |
endpoint |
the endpoint for the request. To list all the available
endpoints:
|
customrequest |
the type of request: "POST" (default) or "GET" |
postText |
the request body |
Value
A list with the "header" and the "result" of the request (invisible)
See Also
startGraph()
and cypher()
[Package neo2R version 2.4.2 Index]