connectToNeo4j: Connect to Neo4j graph database

View source: R/Connection_Function.R

connectToNeo4jR Documentation

Connect to Neo4j graph database

Description

Connect to Neo4j graph database

Usage

connectToNeo4j(url, user, db)

Arguments

url

the Neo4j server url.

user

The username of the Neo4j server ("neo4j" is the default user).

db

The database name.

Value

A connection object to the Neo4j Server.

Examples

## Not run: 
connection = connectToNeo4j("http://localhost:7474", "neo4j", "pathways")
connection$ping()
connection = connectToNeo4j()

## End(Not run)


frankkramer-lab/Multipath2Neo4j documentation built on July 20, 2023, 11:43 p.m.