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.
Version: | 1.6.4 |
Imports: | httr (≥ 1.1.0), jsonlite, rstudioapi |
Suggests: | testthat |
Published: | 2016-04-06 |
Author: | Nicole White |
Maintainer: | Nicole White <nicole at neo4j.com> |
BugReports: | https://github.com/nicolewhite/RNeo4j/issues |
License: | MIT + file LICENSE |
URL: | http://github.com/nicolewhite/RNeo4j |
NeedsCompilation: | no |
CRAN checks: | RNeo4j results |
Reference manual: | RNeo4j.pdf |
Package source: | RNeo4j_1.6.4.tar.gz |
Windows binaries: | r-devel: RNeo4j_1.6.4.zip, r-release: RNeo4j_1.6.4.zip, r-oldrel: RNeo4j_1.6.4.zip |
OS X El Capitan binaries: | r-release: RNeo4j_1.6.4.tgz |
OS X Mavericks binaries: | r-oldrel: RNeo4j_1.6.4.tgz |
Old sources: | RNeo4j archive |
Please use the canonical form https://CRAN.R-project.org/package=RNeo4j to link to this page.