neptune_count_property: Count number of elements with chosen value in property

Description Usage Arguments Details Value

View source: R/graph_structure_data.R

Description

Count number of elements with chosen value in property

Usage

1
neptune_count_property(ep, element = "vertices", property, value)

Arguments

ep

Endpoint

element

Select vertices or edges

property

Name of the property to search

value

Specific value of selected property to search

Details

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")

Value

Returns number of results for selected property value.


dietrichson/NeptuneR documentation built on Sept. 1, 2019, 6:31 p.m.