Description Usage Arguments Value Note Author(s) See Also Examples
perform curl request to get relationship information for fetchRelationship.
1 |
url |
a string specifying relationship url to be formatted |
relationship information with the following components:
source, target = node grinn id
sourcename, targetname = node name
sourcelabel, targetlabel = node type
sourcexref, targetxref = node cross references
type = relationship type
datasource = relationship resource
properties = relationship properties
Return empty data frame if error or found nothing.
curlRequest.TRANSACTION is used in other functions to improve speed.
Kwanjeera W kwanich@ucdavis.edu
curlRequest, fetchRelationship
1 2 3 4 | #url = "http://localhost:7474/db/data/node/0/relationships/out"
#result = curlRequest.URL(url)
#df = data.frame(t(sapply(result,c)))
#formatPathOutput(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.