curlRequest: Execute query

Description Usage Value Author(s) References See Also Examples

Description

execute query using the function curlPerform from RCurl for sending HTTP request to the database.

Usage

1
curlRequest(cypher)

Value

list or data frame. Return no data if found nothing.

Author(s)

Kwanjeera W kwanich@ucdavis.edu

References

The RCurl package http://www.inside-r.org/packages/cran/RCurl

See Also

curlPerform, http://neo4j.com/docs/milestone/introduction.html

Examples

1
2
3
4
5
6
# Query by neo4j id
#querystring <- "MATCH (n) WHERE ID(n) = 0 RETURN n"
#result <- curlRequest.TRANSACTION(querystring)
# Query by url
#url <- "http://localhost:7474/db/data/node/306/relationships/out"
#result <- curlRequest.URL(url)

kwanjeeraw/metabox documentation built on May 20, 2019, 7:07 p.m.