prepCql {neo2R}R Documentation

Prepares a CQL query from a character vector

Description

Prepares a CQL query from a character vector

Usage

prepCql(...)

Arguments

...

character vectors with cQL commands

Value

A well formated CQL query

See Also

cypher() and readCql()

Examples

prepCql(c(
 "MATCH (n)",
 "RETURN n"
))


[Package neo2R version 2.4.2 Index]