Description Usage Arguments Details Value
View source: R/graph_structure_data.R
Count number of elements with chosen value in property
1 | neptune_count_property(ep, element = "vertices", property, value)
|
ep |
Endpoint |
element |
Select vertices or edges |
property |
Name of the property to search |
value |
Specific value of selected property to search |
Note: You need to use ” when passing property and value (for example: property="'name'",value="'marko'"); If the property is a reserved name (ID, for example), or the value is not a string, don't use ” (for example: property="id",value="'aaab111'" or property="'age'",value="40")
Returns number of results for selected property value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.