formatNodeOutput: Format node information

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

Description

format and return node information for fetchNode.

Usage

1
formatNodeOutput(node, returnas)

Arguments

node

list of nodes containing node information or node attributes to be formatted

Value

data frame of node information. Return no data frame if error or found nothing.

Note

maximum no. of nodes returned = 30000 nodes

Author(s)

Kwanjeera W kwanich@ucdavis.edu

See Also

fetchNode

Examples

1
2
3
#querystring="UNWIND [0,1] AS x WITH x MATCH (node) WHERE ID(node) = x RETURN DISTINCT node"
#node = curlRequest.TRANSACTION(cypher=querystring)
#formatNodeOutput(node)

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