nicolewhite/RNeo4j: Neo4j Driver for R

Neo4j, a graph database, allows users to store their data as a property graph. A graph consists of nodes that are connected by relationships; both nodes and relationships can have properties, or key-value pairs. RNeo4j is Neo4j's R driver. It allows users to read and write data from and to Neo4j directly from their R environment by exposing an interface for interacting with nodes, relationships, paths, and more. Most notably, it allows users to retrieve Cypher query results as R data frames, where Cypher is Neo4j's graph query language. Visit <http://www.neo4j.com> to learn more about Neo4j.

Getting started

Package details

AuthorNicole White
MaintainerNicole White <nmwhite0131@gmail.com>
LicenseMIT + file LICENSE
Version1.7.0
URL http://github.com/nicolewhite/RNeo4j
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("nicolewhite/RNeo4j")
nicolewhite/RNeo4j documentation built on May 23, 2019, 5:09 p.m.