set_neo4J_engine: Set the Neo4J knitr engine

Description Usage Arguments Value Examples

Description

Set up a neo4J knitr engine in an RMarkdown.

Usage

1
2
3
set_neo4j_engine(cypher_bin, neo4j_user = NULL, neo4j_passwd = NULL,
  neo4j_format = c("verbose", "auto", "plain"),
  neo4j_adress = "bolt://localhost:7687")

Arguments

cypher_bin

the path to your cypher-shell bin

neo4j_user

your Neo4J username

neo4j_passwd

your Neo4J username

neo4j_format

the format of the output (either auto, verbose, or plain, default is "verbose")

neo4j_adress

the url of the cluster, default is "bolt://localhost:7687"

Value

a Neo4J knitr engine

Examples

1
2
3
4
## Not run: 
rmd4j::set_neo4J_engine("/Users/colin/neo/bin/cypher-shell", "Colin", "plop")

## End(Not run)

ThinkR-open/rmd4j documentation built on May 25, 2019, 1:35 p.m.