clear: Clear the Database

Description Usage Arguments Examples

Description

Delete all nodes, relationships, constraints, and indexes from Neo4j.

Usage

1
clear(graph, input = TRUE)

Arguments

graph

A graph object.

input

A logical constant. If FALSE, do not require user input for confirmation.

Examples

1
2
3
4
5
## Not run: 
graph = startGraph("http://localhost:7474/db/data/")
clear(graph)

## End(Not run)

nicolewhite/RNeo4j documentation built on May 23, 2019, 5:09 p.m.