View source: R/Data_Preparation_Functions.R
prepareRelationshipsDataframeToCreate | R Documentation |
Prepare a dataframe containing the relationships of a mully graph, extracted from getEdgesAttribues() function, to be created in Neo4j database. The dataframe contains the relationships' label, extremities nodes' labels, relationships' labels and their property keys.
prepareRelationshipsDataframeToCreate(g, nodes)
g |
The mully graph. |
nodes |
The nodes dataframe, containing the nodes' labels |
A dataframe of relationships ready to be created in Neo4j database.
## Not run:
#Get the dataframe of nodes to be created
relationships = prepareRelationshipsDataframeToCreate(wntmully,nodes)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.