isLabel: Verify if the label exists in a graph

View source: R/Getter_Functions.R

isLabelR Documentation

Verify if the label exists in a graph

Description

Verify if the label exists in a graph

Usage

isLabel(connection, label)

Arguments

connection

The Neo4j connection object.

label

The name of the label.

Value

A boolean value in case of success, otherwise the result from the Neo4j call.

Examples

## Not run: 
#To get the labels count
isLabel(connection, "DrUGs")

## End(Not run)

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