Learn R Programming

neo2R (version 2.4.2)

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

Copy Link

Version

Install

install.packages('neo2R')

Monthly Downloads

309

Version

2.4.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Patrice Godard

Last Published

January 18th, 2024

Functions in neo2R (2.4.2)

startGraph

Prepare connection to neo4j database
cypher

Run a cypher query
prepCql

Prepares a CQL query from a character vector
import_from_df

Imports a data.frame in the neo4j graph database
graphRequest

Run a curl request on a neo4j graph
readCql

Parse a CQL file and returned the prepared queries
multicypher

Run a multiple cypher queriers