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 Feb. 16, 2023, 10:39 p.m.

Related to readCql in neo2R...