Package: neo2R 3.0.0
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_3.0.0.tar.gz
neo2R_3.0.0.zip(r-4.7)neo2R_3.0.0.zip(r-4.6)neo2R_3.0.0.zip(r-4.5)
neo2R_3.0.0.tgz(r-4.6-any)neo2R_3.0.0.tgz(r-4.5-any)
neo2R_3.0.0.tar.gz(r-4.7-any)neo2R_3.0.0.tar.gz(r-4.6-any)
neo2R_3.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:ab4ec36bf6. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 161 | ||
| linux-release-x86_64 | OK | 115 | ||
| macos-release-arm64 | OK | 87 | ||
| macos-oldrel-arm64 | OK | 85 | ||
| windows-devel | OK | 72 | ||
| windows-release | OK | 77 | ||
| windows-oldrel | OK | 78 | ||
| wasm-release | OK | 100 |
Exports:cyphergraphRequestimport_from_dfmulticypherprepCqlreadCqlstartGraph
Dependencies:askpassclicurlgluehttr2jsonlitelifecyclemagrittropensslR6rappdirsrlangsysvctrswithr
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 |
