View source: R/Getter_Functions.R
isLabel | R Documentation |
Verify if the label exists in a graph
isLabel(connection, label)
connection |
The Neo4j connection object. |
label |
The name of the label. |
A boolean value in case of success, otherwise the result from the Neo4j call.
## Not run:
#To get the labels count
isLabel(connection, "DrUGs")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.