cypher {epigraphdb} | R Documentation |
Send a query in Cypher to EpiGraphDB
Description
NOTE: this function is intended for advanced uses. Regular users are recommended to use standard query functions
Usage
cypher(query, mode = c("table", "raw"))
Arguments
query |
A Cypher query. |
mode |
If |
Examples
## Not run:
cypher("MATCH (n:Gwas) RETURN n LIMIT 2")
## End(Not run)
[Package epigraphdb version 0.2.3 Index]