inst/doc/admin.R

## ---- 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)
#  

Try the neo4jshell package in your browser

Any scripts or data that you put into this service are public.

neo4jshell documentation built on April 11, 2022, 5:08 p.m.