readCql: Parse a CQL file and returned the prepared queries

View source: R/prepCql.R

readCqlR Documentation

Parse a CQL file and returned the prepared queries

Description

Parse a CQL file and returned the prepared queries

Usage

readCql(file)

Arguments

file

the name of the file to be parsed

Value

A character vector of well formated CQL queries

See Also

cypher() and prepCql()


neo2R documentation built on May 29, 2024, 7:09 a.m.

Related to readCql in neo2R...