neo4j_restart {neo4jshell} | R Documentation |
Restart a local Neo4J database
Description
Restart a local Neo4J database
Usage
neo4j_restart(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, restart local graph with neo4j executable in the system PATH variable
if (nzchar(Sys.which("neo4j"))) {
neo4j_restart()
}
[Package neo4jshell version 0.1.2 Index]