neo4j_wipe | R Documentation |
Wipe a complete local graph database in Neo4J
neo4j_wipe(database = NULL, data_path = NULL)
database |
Name of local graph database directory to wipe. |
data_path |
Path to the local Neo4J data directory |
Success or error message
# wipe database directory fs::dir_create("data/databases/foo") neo4j_wipe(database = "foo", data_path = "data") fs::dir_delete("data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.