read_cypher {neo4r}R 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)

[Package neo4r version 0.1.1 Index]