readCql {neo2R}R 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()


[Package neo2R version 2.4.2 Index]