RNeo4j                  Neo4j Driver for R
addConstraint           Uniqueness Constraints
addIndex                Indexes
addLabel                Node Labels
allDijkstra             Weighted Shortest Paths
allShortestPaths        Shortest Paths and Weighted Shortest Paths
appendCypher            Transactions
browse                  Neo4j Browser
clear                   Clear the Database
createNode              Nodes
createRel               Relationships
cypher                  Cypher Queries to Data Frames
cypherToList            Cypher Queries to Lists
delete                  Delete Nodes and Relationships
deleteProp              Delete Node and Relationship Properties
dijkstra                Weighted Shortest Paths
dropConstraint          Uniqueness Constraints
dropIndex               Indexes
dropLabel               Node Labels
endNode                 Retrieve Nodes from Relationships or Paths
getConstraint           Uniqueness Constraints
getID                   Internal IDs
getIndex                Indexes
getLabel                Node Labels
getLabeledNodes         Retrieve Nodes by Label and Property
getNodes                Retrieve Nodes with Cypher Queries
getOrCreateNode         Create Unique Node or Retrieve Unique Node
getPaths                Retrieve Paths with Cypher Queries
getRels                 Retrieve Relationships with Cypher Queries
getSingleNode           Retrieve Nodes with Cypher Queries
getSinglePath           Retrieve Paths with Cypher Queries
getSingleRel            Retrieve Relationships with Cypher Queries
getType                 Relationship Types
getUniqueNode           Retrieve Nodes by Label and Property
importSample            Import Sample Datasets
incomingRels            Retrieve Relationships from Nodes
nodes                   Retrieve Nodes from Paths
outgoingRels            Retrieve Relationships from Nodes
rels                    Retrieve Relationships from Paths
shortestPath            Shortest Paths and Weighted Shortest Paths
startGraph              Connect to the Database
startNode               Retrieve Nodes from Relationships or Paths
updateProp              Update Node and Relationship Properties
