View source: R/Connection_Function.R
connectToNeo4j | R Documentation |
Connect to Neo4j graph database
connectToNeo4j(url, user, db)
url |
the Neo4j server url. |
user |
The username of the Neo4j server ("neo4j" is the default user). |
db |
The database name. |
A connection object to the Neo4j Server.
## Not run:
connection = connectToNeo4j("http://localhost:7474", "neo4j", "pathways")
connection$ping()
connection = connectToNeo4j()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.