Package: neo4jshell 0.1.2.9000
neo4jshell: Querying and Managing 'Neo4J' Databases in 'R'
Sends queries to a specified 'Neo4J' graph database, capturing results in a dataframe where appropriate. Other useful functions for the importing and management of data on the 'Neo4J' server and basic local server admin.
Authors:
neo4jshell_0.1.2.9000.tar.gz
neo4jshell_0.1.2.9000.zip(r-4.7)neo4jshell_0.1.2.9000.zip(r-4.6)neo4jshell_0.1.2.9000.zip(r-4.5)
neo4jshell_0.1.2.9000.tgz(r-4.6-any)neo4jshell_0.1.2.9000.tgz(r-4.5-any)
neo4jshell_0.1.2.9000.tar.gz(r-4.7-any)neo4jshell_0.1.2.9000.tar.gz(r-4.6-any)
neo4jshell_0.1.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
neo4jshell/json (API)
| # Install 'neo4jshell' in R: |
| install.packages('neo4jshell', repos = c('https://keithmcnulty.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/keithmcnulty/neo4jshell/issues
Last updated from:08ebf64465. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 117 | ||
| source / vignettes | OK | 161 | ||
| linux-release-x86_64 | OK | 123 | ||
| macos-release-arm64 | OK | 77 | ||
| macos-oldrel-arm64 | OK | 88 | ||
| windows-devel | OK | 89 | ||
| windows-release | OK | 84 | ||
| windows-oldrel | OK | 70 | ||
| wasm-release | OK | 102 |
Exports:neo4j_importneo4j_queryneo4j_restartneo4j_rmdirneo4j_rmfilesneo4j_startneo4j_statusneo4j_stopneo4j_wipe
Dependencies:askpasscredentialscurlfsjsonlitemagrittropensslR.methodsS3R.ooR.utilssshsys
Last update: 2020-05-30
Started: 2019-07-24
Last update: 2020-05-30
Started: 2019-07-24
Last update: 2020-05-30
Started: 2019-07-24
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Imports a csv or a compressed file to Neo4J import folder. | neo4j_import |
| Execute a query string in Neo4J using cypher-shell and capture output | neo4j_query |
| Restart a local Neo4J database | neo4j_restart |
| Remove subdirectory and all its contents from the Neo4J import directory | neo4j_rmdir |
| Remove files from the Neo4J import directory | neo4j_rmfiles |
| Start a local Neo4J database | neo4j_start |
| Check status of a local Neo4J database | neo4j_status |
| Stop a local Neo4J database | neo4j_stop |
| Wipe a complete local graph database in Neo4J | neo4j_wipe |
