Package: neo4r 0.1.3
neo4r: A 'Neo4J' Driver
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.
Authors:
neo4r_0.1.3.tar.gz
neo4r_0.1.3.zip(r-4.5)neo4r_0.1.3.zip(r-4.4)neo4r_0.1.3.zip(r-4.3)
neo4r_0.1.3.tgz(r-4.4-any)neo4r_0.1.3.tgz(r-4.3-any)
neo4r_0.1.3.tar.gz(r-4.5-noble)neo4r_0.1.3.tar.gz(r-4.4-noble)
neo4r_0.1.3.tgz(r-4.4-emscripten)neo4r_0.1.3.tgz(r-4.3-emscripten)
neo4r.pdf |neo4r.html✨
neo4r/json (API)
NEWS
# Install 'neo4r' in R: |
install.packages('neo4r', repos = c('https://neo4j-rstats.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/neo4j-rstats/neo4r/issues
Last updated 5 years agofrom:d23198dc7b. Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win | WARNING | Nov 12 2024 |
R-4.5-linux | WARNING | Nov 12 2024 |
R-4.4-win | WARNING | Nov 12 2024 |
R-4.4-mac | WARNING | Nov 12 2024 |
R-4.3-win | WARNING | Nov 12 2024 |
R-4.3-mac | WARNING | Nov 12 2024 |
Exports:%>%call_neo4jextract_nodesextract_relationshipslaunch_con_paneload_csvneo4j_apion_connection_openedplay_moviesread_cypherrun_appsend_cypherunnest_graphunnest_nodesunnest_relationshipsvec_to_cyphervec_to_cypher_with_var
Dependencies:askpassattemptbase64encbslibcachemclicommonmarkcpp11crayoncurldata.tabledigestdplyrfansifastmapfontawesomefsgenericsgluehtmltoolshttpuvhttrigraphjquerylibjsonlitelaterlatticelifecyclemagrittrMatrixmemoisemimeopensslpillarpkgconfigpromisespurrrR6rappdirsRcpprlangrstudioapisassshinysourcetoolsstringistringrsystibbletidyrtidyselectutf8vctrswithrxtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Call Neo4J API | call_neo4j |
Extract nodes or relationships | extract_nodes extract_relationships |
Launch Neo4J Connection Pane | launch_con_pane |
Load a CSV to Neo4J | load_csv |
A Neo4J Connexion | neo4j_api |
The Movie Graph | play_movies |
Read a cypher file | read_cypher |
Send a cypher file to be executed | send_cypher |
Unnest both relationships and nodes | unnest_graph |
Unnest a node data.frame | unnest_nodes |
Unnest a Relationships table | unnest_relationships |
Turn a named vector into a cypher list | vec_to_cypher vec_to_cypher_with_var |