| 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
accesslist url, user and password
pingtest your connexion
versionNeo4J version
getGet a list of either relationship, labels,
getGet a list of either relationship, labels,
getGet a list of either relationship, labels,
getGet a list of either relationship, labels,
getGet a list of either relationship, labels,
Data
urllist url, user and password
usertest 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]