forked from neo4j-rstats/neo4r
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 loc) · 1.45 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: neo4r
Title: A 'Neo4J' Driver
Version: 0.2.0
Authors@R:
c(person(given = "Colin",
family = "Fay",
role = c("cre", "aut"),
email = "[email protected]",
comment = structure("0000-0001-7343-1846", .Names = "ORCID")),
person(given = "ThinkR",
role = "cph"),
person(given = "Neo4J",
role = "spn"))
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/neo4j-rstats/neo4r
BugReports: https://github.com/neo4j-rstats/neo4r/issues
Imports:
attempt,
data.table,
glue,
httr,
igraph,
jsonlite,
magrittr,
purrr (>= 0.3.2),
R6,
rlang,
rstudioapi,
shiny,
tibble,
tidyr,
tidyselect,
utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1