Learn R Programming

neo2R (version 3.1.1)

Neo4j to R

Description

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 very little post-processing. It allows fast processing of queries returning many records. And it let the users handle post-processing according to the data model and their needs.

Copy Link

Version

Install

install.packages('neo2R')

Monthly Downloads

349

Version

3.1.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Patrice Godard

Last Published

August 5th, 2026

Functions in neo2R (3.1.1)

readCql

Parse a CQL file and returned the prepared queries
import_from_df

Imports a data.frame in the neo4j graph database
multicypher

Run a multiple cypher queriers
cypher

Run a cypher query
prepCql

Prepares a CQL query from a character vector
graphRequest

Run a curl request on a neo4j graph
startGraph

Prepare connection to neo4j database