login | R Documentation |
Before running login()
, you have to successfully finish the Reactome Neo4j
database setup and build a connection on your local machine (details see:
https://github.com/reactome/ReactomeGraph4R). This command is to create a
neo4r object that is used to communicate between R and Neo4j, also to do a
sanity check for the connection.
login(con = NULL)
con |
an existed connexion object. It is not necessary to log in for the first time. |
connection to the local neo4j database
## Not run:
# The first step to the graph database!
login()
## End(Not run)
# you can also check the neo4r connexion object by running:
getOption("con")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.