Learn R Programming

neo4jshell (version 0.1.2)

neo4j_wipe: Wipe a complete local graph database in Neo4J

Description

Wipe a complete local graph database in Neo4J

Usage

neo4j_wipe(database = NULL, data_path = NULL)

Arguments

database

Name of local graph database directory to wipe.

data_path

Path to the local Neo4J data directory

Value

Success or error message

Examples

Run this code
# 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