Chapter 2 Introduction

2.1 Installation

2.1.1 Dev version from GitHub

# install.packages("remotes")
remotes::install_github("neo4j-rstats/neo4r")

2.1.2 CRAN version

install.packages("neo4r")