read_cypher: Read a cypher file

View source: R/read_cypher.R

read_cypherR Documentation

Read a cypher file

Description

Read a cypher file

Usage

read_cypher(file)

Arguments

file

the path to the cypher file

Value

a tibble with the queries

Examples

## Not run: 
read_cypher("random/create.cypher")

## End(Not run)

neo4r documentation built on May 12, 2026, 5:07 p.m.

Related to read_cypher in neo4r...