Package: neo2R 2.4.2
neo2R: Neo4j to R
The aim of neo2R is to provide simple and low level connectors for querying neo4j graph databases (<https://neo4j.com/>). 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.
Authors:
neo2R_2.4.2.tar.gz
neo2R_2.4.2.zip(r-4.5)neo2R_2.4.2.zip(r-4.4)neo2R_2.4.2.zip(r-4.3)
neo2R_2.4.2.tgz(r-4.4-any)neo2R_2.4.2.tgz(r-4.3-any)
neo2R_2.4.2.tar.gz(r-4.5-noble)neo2R_2.4.2.tar.gz(r-4.4-noble)
neo2R_2.4.2.tgz(r-4.4-emscripten)neo2R_2.4.2.tgz(r-4.3-emscripten)
neo2R.pdf |neo2R.html✨
neo2R/json (API)
# Install 'neo2R' in R: |
install.packages('neo2R', repos = c('https://patzaw.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/patzaw/neo2r/issues
Last updated 3 months agofrom:566c94752d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win | OK | Nov 03 2024 |
R-4.5-linux | OK | Nov 03 2024 |
R-4.4-win | OK | Nov 03 2024 |
R-4.4-mac | OK | Nov 03 2024 |
R-4.3-win | OK | Nov 03 2024 |
R-4.3-mac | OK | Nov 03 2024 |
Exports:cyphergraphRequestimport_from_dfmulticypherprepCqlreadCqlstartGraph
Dependencies:askpassbase64enccurlhttrjsonlitemimeopensslR6sys
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Run a cypher query | cypher |
Run a curl request on a neo4j graph | graphRequest |
Imports a data.frame in the neo4j graph database | import_from_df |
Run a multiple cypher queriers | multicypher |
Prepares a CQL query from a character vector | prepCql |
Parse a CQL file and returned the prepared queries | readCql |
Prepare connection to neo4j database | startGraph |