execute_cypher: Title Execute a cypher (https://neo4j.com/developer/cypher/)...

Description Usage Arguments Value Examples

View source: R/neo4j_query.R

Description

Title Execute a cypher (https://neo4j.com/developer/cypher/) query safely.

Usage

1
execute_cypher(cypher_query, verbose = FALSE)

Arguments

cypher_query

A string of the cypher_query

verbose

Boolean flag, wether or not verbose output should be provided.

Value

List datastructure containing the raw output of the response.

Examples

1
raw_result = execute_cypher('MATCH (match_node:Match) RETURN match_node LIMIT 5')

Tennessee-Wallaceh/footr documentation built on Dec. 18, 2021, 4:07 p.m.