neo4j_api {neo4r} | R Documentation |
A Neo4J Connexion
Description
A Neo4J Connexion
Usage
neo4j_api
Format
An object of class R6ClassGenerator
of length 24.
Value
A Neo4J Connexion
Methods
access
list url, user and password
ping
test your connexion
version
Neo4J version
get
Get a list of either relationship, labels,
get
Get a list of either relationship, labels,
get
Get a list of either relationship, labels,
get
Get a list of either relationship, labels,
get
Get a list of either relationship, labels,
Data
url
list url, user and password
user
test your connexion
Examples
## Not run:
con <- neo4j_api$new(url = "http://localhost:7474", user = "neo4j", password = "password")
## End(Not run)
[Package neo4r version 0.1.1 Index]