Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

graphRequest

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: graphRequest(graph, endpoint="", customrequest="GET", postText="")$result

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


neo2R

Neo4j to R

v2.1.0
GPL-3
Authors
Patrice Godard
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.