prepCql: Prepares a CQL query from a character vector

View source: R/prepCql.R

prepCqlR 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"
))


neo2R documentation built on Feb. 16, 2023, 10:39 p.m.

Related to prepCql in neo2R...