0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
DiagrammeR
/
extdata
/
[
Home
]
File: neo4j_json_graph
{ "results" : [ { "columns" : [ "bike", "p1", "p2" ], "data" : [ { "row" : [ { "weight" : 10 }, [ { "weight" : 10 }, { "position" : 1 }, { "spokes" : 3 } ], [ { "weight" : 10 }, { "position" : 2 }, { "spokes" : 32 } ] ], "graph" : { "nodes" : [ { "id" : "19", "labels" : [ "Bike" ], "properties" : { "weight" : 10 } }, { "id" : "21", "labels" : [ "Wheel" ], "properties" : { "spokes" : 32 } }, { "id" : "20", "labels" : [ "Wheel" ], "properties" : { "spokes" : 3 } } ], "relationships" : [ { "id" : "9", "type" : "HAS", "startNode" : "19", "endNode" : "20", "properties" : { "position" : 1 } }, { "id" : "10", "type" : "HAS", "startNode" : "19", "endNode" : "21", "properties" : { "position" : 2 } } ] } } ] } ], "errors" : [ ] }