neo4r (version 0.1.1)

load_csv: Load a CSV to Neo4J

Description

Load a CSV to Neo4J

Usage

load_csv(on_load = "", con, url, header = TRUE,
  periodic_commit = 1000, as = "csv", type = c("row", "graph"),
  output = c("r", "json"), include_stats = TRUE,
  include_meta = FALSE)

Arguments

on_load

the code to execute on load

con

A NEO4JAPI connection object

url

the url of the csv

header

does the csv have a header?

periodic_commit

the PERIODIC COMMIT cypher arg

as

the AS cypher arg

type

Return the result as row or as graph

output

Use "json" if you want the output to be printed as JSON

include_stats

tShould the stats about the transaction be included?

include_meta

tShould the stats about the transaction be included?

Value

a csv loaded to Neo4J