Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 304 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 304 Bytes

RNeo4j

An R package that allows you to easily interact with a Neo4j graph database from your R environment.

install.packages("devtools")
devtools::install_github("nicolewhite/RNeo4j")
library(RNeo4j)

Compatible with Neo4j >= 2.0.

Documentation.