Description Usage Arguments Value Examples
Title Execute a cypher (https://neo4j.com/developer/cypher/) query safely.
1 | execute_cypher(cypher_query, verbose = FALSE)
|
cypher_query |
A string of the cypher_query |
verbose |
Boolean flag, wether or not verbose output should be provided. |
List datastructure containing the raw output of the response.
1 | raw_result = execute_cypher('MATCH (match_node:Match) RETURN match_node LIMIT 5')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.