graphRequest | R Documentation |
Run a curl request on a neo4j graph
graphRequest(graph, endpoint, customrequest = c("POST", "GET"), postText)
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 |
A list with the "header" and the "result" of the request (invisible)
startGraph()
and cypher()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.