RNeo4j (version 1.6.4)

browse: Neo4j Browser

Description

Open the Neo4j browser either in the viewer pane or in the default browser.

Usage

browse(graph, viewer = TRUE)

Arguments

graph
A graph object.
viewer
A logical constant. If TRUE, open the browser in the viewer pane; otherwise, open in the default browser.

Examples

Run this code
## Not run: 
# graph = startGraph("http://localhost:7474/db/data/")
# browse(graph)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace