CRAN
neo4r 0.1.1
A 'Neo4J' Driver
Released Feb 15, 2019 by Colin Fay
Dependencies
tidyr 0.8.2 data.table 1.12.0 shiny 1.2.0 rlang 0.3.1 purrr 0.3.0 tibble 2.0.1 R6 2.4.0 jsonlite 1.6 igraph 1.2.4 httr 1.4.0 tidyselect 0.2.5 magrittr 1.5 rstudioapi 0.9.0 glue 1.3.0 attempt 0.2.1
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.