powered by
Stop a local Neo4J database
neo4j_stop(neo4j_path = "neo4j")
Path to the Neo4J executable (usually in the bin directory of the Neo4J installation)
System messages
# NOT RUN { # if neo4j exists, stop local graph with neo4j executable in the system PATH variable if (nzchar(Sys.which("neo4j"))) { neo4j_stop() } # }
Run the code above in your browser using DataLab