query_neo4j: Sends CYPHER queries to a given connexion object while...

View source: R/neo4j.R

query_neo4jR Documentation

Sends CYPHER queries to a given connexion object while suppressing output messages that call_neo4j throws.

Description

Sends CYPHER queries to a given connexion object while suppressing output messages that call_neo4j throws.

Usage

query_neo4j(query, cache, ...)

Arguments

query

the CYPHER query to be passed to call_neo4j

cache

the cache to interface with

...

Arguments passed on to neo4r::call_neo4j

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 return value from call_neo4j


alexpghayes/neocache documentation built on March 30, 2022, 8:02 a.m.