Skip to contents

neo2R

CRAN_Status_Badge

The aim of neo2R is to provide simple and low-level connectors for querying Neo4j graph databases. The objects returned by the query functions are either lists or data frames with minimal post-processing, allowing fast handling of queries returning many records and letting the user apply post-processing according to their data model and needs. It has been developed to support the BED package (F1000Research). Other packages such as RNeo4j or neo4R provide connectors to Neo4j databases with additional features.

Installation

From CRAN

Dependencies

The following R packages available on CRAN are required:

  • jsonlite: A Simple and Robust JSON Parser and Generator for R
  • httr2: Perform HTTP Requests and Process the Responses
  • utils: The R Utils Package

Installation from github

devtools::install_github("patzaw/neo2R")

Use

For detailed guides on using neo2R, please refer to the following vignettes:

To access vignettes from R, use: