neo4r (version 0.1.1)

neo4j_api: A Neo4J Connexion

Description

A Neo4J Connexion

Usage

neo4j_api

Arguments

Value

A Neo4J Connexion

Format

An object of class R6ClassGenerator of length 24.

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

Run this code
# NOT RUN {
con <- neo4j_api$new(url = "http://localhost:7474", user = "neo4j", password = "password")
# }
# NOT RUN {

# }

Run the code above in your browser using DataCamp Workspace