Learn R Programming

neo2R (version 2.4.2)

readCql: Parse a CQL file and returned the prepared queries

Description

Parse a CQL file and returned the prepared queries

Usage

readCql(file)

Value

A character vector of well formated CQL queries

Arguments

file

the name of the file to be parsed

See Also

cypher() and prepCql()