Package: neo4jshell
Type: Package
Title: Querying and Managing 'Neo4J' Databases in 'R'
Version: 0.1.0
Authors@R: person("Keith", "McNulty", email = "keith.mcnulty@gmail.com",
                  role = c("aut", "cre", "cph"))
Description: 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.  
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: magrittr, ssh, sys, fs, R.utils
RoxygenNote: 7.1.0
Suggests: knitr, rmarkdown
SystemRequirements: neo4j - http://www.neo4j.com, cypher-shell -
        https://github.com/neo4j/cypher-shell/releases
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-06-04 20:19:45 UTC; keithmcnulty
Author: Keith McNulty [aut, cre, cph]
Maintainer: Keith McNulty <keith.mcnulty@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-09 11:20:03 UTC
