if (FALSE) {
result <- multicypher(
graph,
queries=list(
q1="match (n) return n.value limit 5",
q2=list(
query="match (f {value:$val})-[r]->(t) return f, r, t limit 5",
result="graph",
parameters=list(val=100)
)
)
)
}
Run the code above in your browser using DataLab