## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----example, eval = FALSE----------------------------------------------------
#  library(neo4jshell)
#  
#  neo_path <- path.expand("~/neo4j-community-4.0.4/bin/neo4j")
#  neo4j_status(neo_path)

## ----example2, eval = FALSE---------------------------------------------------
#  graphfile <- "graph.db"
#  my_data_path <- path.expand("~/neo4j-community-4.0.4/data")
#  neo4j_wipe(graphfile, my_data_path)
#  

