This updates properties of a edge in the neo4j database and complete transitive closures.
1 2 3 4 5 6 7 8 9 10 | update_edge(
from_uuids,
to_uuids,
label,
basis,
reviewed,
con,
payload,
quiet = F
)
|
from_uuids |
A list of node uuids |
to_uuids |
A list of node uuids |
label |
A character string |
basis |
A character string |
reviewed |
A boolean specifying whether the node has been reviewed. |
con |
A neo4r connection. |
payload |
a |
quiet |
A boolean specifying whether the function should (not) output progress. |
score |
A numeric. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.