R/prepCql.R
prepCql.Rd
Prepares a CQL query from a character vector
prepCql(...)
character vectors with cQL commands
A well formated CQL query
cypher() and readCql()
cypher()
readCql()
prepCql(c( "MATCH (n)", "RETURN n" )) #> [1] "MATCH (n) RETURN n"