Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

startGraph

Prepare connection to neo4j database


Description

Prepare connection to neo4j database

Usage

startGraph(url, database = NA, username = NA, password = NA, importPath = NA)

Arguments

url

the DB url

database

the name of the database. If NA (default) it will use "data" with versions 3.. of Neo4j and "neo4j" with versions 4..

username

the neo4j user name (default: NA; works only if authentication has been disabled in neo4j by setting NEO4J.AUTH=none)

password

the neo4j user password (default: NA; works only if authentication has been disabled in neo4j by setting NEO4J.AUTH=none)

importPath

path to the import directory (default: NA => no import directory). Import only works with local neo4j instance.

Value

a connection to the graph DB: a list with the url and necessary headers


neo2R

Neo4j to R

v2.1.0
GPL-3
Authors
Patrice Godard
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.