Learn R Programming

neo2R (version 2.4.2)

prepCql: Prepares a CQL query from a character vector

Description

Prepares a CQL query from a character vector

Usage

prepCql(...)

Value

A well formated CQL query

Arguments

...

character vectors with cQL commands

See Also

cypher() and readCql()

Examples

Run this code
prepCql(c(
 "MATCH (n)",
 "RETURN n"
))

Run the code above in your browser using DataLab