View source: R/Getter_Functions.R
getLabelsCount | R Documentation |
Get the number of labels in a Neo4j graph
getLabelsCount(connection)
connection |
The Neo4j connection object. |
The labels count in case of success, otherwise the result from the Neo4j call.
## Not run:
#To get the labels count
result = getLabelsCount(connection)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.