neo4j_admin: Admin Neo4J

Description Usage Format Value Examples

Description

Admin Neo4J

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Value

An R6 object that can manage Neo4J Admin

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
admin <- neo4j_admin$new(neo4jhome = "inst")
admin$()
db$see_logs(size = 10)
db$version()
db$restart()
db$cypher(cypher = "MATCH (n) RETURN COUNT(*);",
          username = "neo4j", password = "pouetpouet", format = "verbose")

## End(Not run)

ThinkR-open/play4j documentation built on May 25, 2019, 1:35 p.m.