getID: Internal IDs

Description Usage Arguments Value Examples

View source: R/getID.R

Description

Retrieve the internal ID of a node or relationship object.

Usage

1
getID(entity)

Arguments

entity

A node or relationship object.

Value

An integer.

Examples

1
2
3
4
5
6
7
8
## Not run: 
graph = startGraph("http://localhost:7474/db/data/")
clear(graph)

alice = createNode(graph, "Person", name = "Alice")
getID(alice)

## End(Not run)

RNeo4j documentation built on May 29, 2017, 4:01 p.m.

Related to getID in RNeo4j...