View source: R/Getter_Functions.R
getLabel | R Documentation |
Get the nodes on a layer in a Neo4j graph
getLabel(connection, label, property_key)
connection |
The Neo4j connection object. |
label |
The name of the label. |
property_key |
The node property key name to be extracted. |
A list of nodes having the label, with their property key values.
## Not run:
#To get the list of Proteins' names
result = getLabel(connection, "Protein", "name")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.