Learn R Programming

neo2R (version 3.1.1)

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