getLabelsCount: Get the number of labels in a Neo4j graph

View source: R/Getter_Functions.R

getLabelsCountR Documentation

Get the number of labels in a Neo4j graph

Description

Get the number of labels in a Neo4j graph

Usage

getLabelsCount(connection)

Arguments

connection

The Neo4j connection object.

Value

The labels count in case of success, otherwise the result from the Neo4j call.

Examples

## Not run: 
#To get the labels count
result = getLabelsCount(connection)

## End(Not run)

frankkramer-lab/Multipath2Neo4j documentation built on July 20, 2023, 11:43 p.m.