Other packages > Find by keyword >

neo2R  

Neo4j to R
View on CRAN: Click here


Download and install neo2R package within the R console
Install from CRAN:
install.packages("neo2R")

Install from Github:
library("remotes")
install_github("cran/neo2R")

Install by package version:
library("remotes")
install_version("neo2R", "2.4.2")



Attach the package and use:
library("neo2R")
Maintained by
Patrice Godard
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-02-17
Latest Update: 2024-01-18
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.
How to cite:
Patrice Godard (2020). neo2R: Neo4j to R. R package version 2.4.2, https://cran.r-project.org/web/packages/neo2R. Accessed 22 Dec. 2024.
Previous versions and publish date:
2.0.0 (2020-02-17 16:40), 2.1.0 (2020-03-28 07:10), 2.1.1 (2022-04-15 15:30), 2.4.1 (2023-02-16 10:50)
Other packages that cited neo2R R package
View neo2R citation profile
Other R packages that neo2R depends, imports, suggests or enhances
Complete documentation for neo2R
Functions, R codes and Examples using the neo2R R package
Some associated functions: cypher . graphRequest . import_from_df . multicypher . prepCql . readCql . startGraph . 
Some associated R codes: cypher.R . graphRequest.R . import_from_df.R . prepCql.R . startGraph.R .  Full neo2R package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA