View source: R/neo4j_restart.R
neo4j_restart | R Documentation |
Restart a local Neo4J database
neo4j_restart(neo4j_path = "neo4j")
neo4j_path |
Path to the Neo4J executable (usually in the bin directory of the Neo4J installation) |
System messages
# if neo4j exists, restart local graph with neo4j executable in the system PATH variable if (nzchar(Sys.which("neo4j"))) { neo4j_restart() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.