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


patzaw/neo2R documentation built on Sept. 4, 2024, 8:44 a.m.