powered by
Wipe a complete local graph database in Neo4J
neo4j_wipe(database = NULL, data_path = NULL)
Name of local graph database directory to wipe.
Path to the local Neo4J data directory
Success or error message
# NOT RUN { # wipe database directory fs::dir_create("data/databases/foo") neo4j_wipe(database = "foo", data_path = "data") fs::dir_delete("data") # }
Run the code above in your browser using DataLab