Other packages > Find by keyword >

neo4r  

A 'Neo4J' Driver
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("neo4r", "0.1.1")



Attach the package and use:
library("neo4r")
Maintained by
Colin Fay
[Scholar Profile | Author Map]
First Published: 2019-01-28
Latest Update: 2019-02-15
Description:
A Modern and Flexible 'Neo4J' Driver, allowing you to query data on a 'Neo4J' server and handle the results in R. It's modern in the sense it provides a driver that can be easily integrated in a data analysis workflow, especially by providing an API working smoothly with other data analysis and graph packages. It's flexible in the way it returns the results, by trying to stay as close as possible to the way 'Neo4J' returns data. That way, you have the control over the way you will compute the results. At the same time, the result is not too complex, so that the "heavy lifting" of data wrangling is not left to the user.
How to cite:
Colin Fay (2019). neo4r: A 'Neo4J' Driver. R package version 0.1.1, https://cran.r-project.org/web/packages/neo4r. Accessed 03 Mar. 2025.
Previous versions and publish date:
0.1.0 (2019-01-28 00:20)
Other packages that cited neo4r R package
View neo4r citation profile
Other R packages that neo4r depends, imports, suggests or enhances
Complete documentation for neo4r
Downloads during the last 30 days
02/0102/0202/0302/0402/0502/0602/0702/0802/0902/1002/1102/1202/1302/1402/1502/1602/1702/1802/1902/2002/2102/2202/2302/2402/2502/2602/2702/2803/0103/02Downloads for neo4r0510152025303540TrendBars

Today's Hot Picks in Authors and Packages

signibox  
Statistical Significance Marks on Boxplots
Add significance marks to any R Boxplot, including a given significance niveau. ...
Download / Learn more Package Citations See dependency  
CDLasso  
Coordinate Descent Algorithms for Lasso Penalized L1, L2, andLogistic Regression
Coordinate Descent Algorithms for Lasso Penalized L1, L2,and Logistic Regression ...
Download / Learn more Package Citations See dependency  
spDates  
Analysis of Spatial Gradients in Radiocarbon Dates
Inspired by space-time regressions often performed to assess the expansion of the Neolithic from the ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
JGR  
Java GUI for R
Java GUI for R - cross-platform, universal and unified Graphical User Interface for R. For full func ...
Download / Learn more Package Citations See dependency  

23,794

R Packages

206,711

Dependencies

64,305

Author Associations

23,781

Publication Badges

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