call_neo4j: Call Neo4J API

View source: R/call_api.R

call_neo4jR 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


neo4r documentation built on May 12, 2026, 5:07 p.m.

Related to call_neo4j in neo4r...