curlRequestUrlToList: 'curlRequestUrlToList' execute query from URI

Description Usage Arguments Value Author(s) References See Also Examples

Description

execute database query using a URI input. The function calls curlPerform from RCurl for sending HTTP request to the graph database.

Usage

1

Arguments

url

string of URI

Value

list of quried node or relationships. Return NULL if found nothing.

Author(s)

Kwanjeera W kwanich@ucdavis.edu

References

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

See Also

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

Examples

1
2
3
# Get the list of relationships of node 21
url <- "http://localhost:7474/db/data/node/21/relationships/all"
result <- curlRequestUrlToList(url)

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