Skip to content

Commit

Permalink
fix redirected neo4j url
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpoelen committed Apr 16, 2021
1 parent 7c56d7e commit 13bdb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/rglobi_vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ head(areas)

#### Custom Queries using Cypher

Currently, GloBI is powered by [neo4j](http://neo4j.org), a graph database. Most results created by the R functions provided by `rglobi` are basically wrappers for commonly used cypher queries. This way, you can still use the library without having to learn Cypher, a graph query language. However, if you feel adventurous, you can execute queries using Cypher only using the function `query()`:
Currently, GloBI is powered by [neo4j](https://neo4j.com/), a graph database. Most results created by the R functions provided by `rglobi` are basically wrappers for commonly used cypher queries. This way, you can still use the library without having to learn Cypher, a graph query language. However, if you feel adventurous, you can execute queries using Cypher only using the function `query()`:


```r
Expand Down

0 comments on commit 13bdb1e

Please sign in to comment.