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.5)neo4jshell_0.1.2.9000.zip(r-4.4)neo4jshell_0.1.2.9000.zip(r-4.3)
neo4jshell_0.1.2.9000.tgz(r-4.4-any)neo4jshell_0.1.2.9000.tgz(r-4.3-any)
neo4jshell_0.1.2.9000.tar.gz(r-4.5-noble)neo4jshell_0.1.2.9000.tar.gz(r-4.4-noble)
neo4jshell_0.1.2.9000.tgz(r-4.4-emscripten)neo4jshell_0.1.2.9000.tgz(r-4.3-emscripten)
neo4jshell.pdf |neo4jshell.html✨
neo4jshell/json (API)
NEWS
# 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 3 years agofrom:08ebf64465. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win | OK | Nov 18 2024 |
R-4.5-linux | OK | Nov 18 2024 |
R-4.4-win | OK | Nov 18 2024 |
R-4.4-mac | OK | Nov 18 2024 |
R-4.3-win | OK | Nov 18 2024 |
R-4.3-mac | OK | Nov 18 2024 |
Exports:neo4j_importneo4j_queryneo4j_restartneo4j_rmdirneo4j_rmfilesneo4j_startneo4j_statusneo4j_stopneo4j_wipe
Dependencies:askpasscredentialscurlfsjsonlitemagrittropensslR.methodsS3R.ooR.utilssshsys
Importing and managing data
Rendered fromfiles.Rmd
usingknitr::rmarkdown
on Nov 18 2024.Last update: 2020-05-30
Started: 2019-07-24
Querying Neo4J
Rendered fromquerying.Rmd
usingknitr::rmarkdown
on Nov 18 2024.Last update: 2020-05-30
Started: 2019-07-24
Server Admin
Rendered fromadmin.Rmd
usingknitr::rmarkdown
on Nov 18 2024.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 |