neo4j_start: Start a local Neo4J database

View source: R/neo4j_start.R

neo4j_startR Documentation

Start a local Neo4J database

Description

Start a local Neo4J database

Usage

neo4j_start(neo4j_path = "neo4j")

Arguments

neo4j_path

Path to the Neo4J executable (usually in the bin directory of the Neo4J installation)

Value

System messages

Examples

# if neo4j exists, start local graph on with neo4j executable in the system PATH variable
if (nzchar(Sys.which("neo4j"))) {
  neo4j_start()
}

neo4jshell documentation built on April 11, 2022, 5:08 p.m.