update_edge: Update an edge in the database

Description Usage Arguments

View source: R/finmatchr.R

Description

This updates properties of a edge in the neo4j database and complete transitive closures.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
update_edge(
  from_uuids,
  to_uuids,
  label,
  basis,
  reviewed,
  con,
  payload,
  quiet = F
)

Arguments

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.


dylanirion/finmatchr documentation built on Nov. 23, 2021, 4:53 a.m.