prepCql | R Documentation |
Prepares a CQL query from a character vector
prepCql(...)
... |
character vectors with cQL commands |
A well formated CQL query
cypher()
and readCql()
prepCql(c(
"MATCH (n)",
"RETURN n"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.