neo4j_api: A Neo4J Connexion

Description Usage Format Value Methods Data Examples

Description

A Neo4J Connexion

Usage

1

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

1
2
3
4
## Not run: 
con <- neo4j_api$new(url = "http://localhost:7474", user = "neo4j", password = "password")

## End(Not run)

neo4r documentation built on May 2, 2019, 4:01 a.m.

Related to neo4j_api in neo4r...