match_encounters_to_encounters: Match encounters

Description Usage Arguments

View source: R/finmatchr.R

Description

This function generates an encounter to encounter matching task and returns the results.

Usage

1
2
3
4
5
6
7
8
match_encounters_to_encounters(
  base_url,
  query_uuids,
  query_encounters,
  ref_uuids,
  ref_encounters,
  ...
)

Arguments

base_url

A character string specifying the base URL of the matching service api.

query_uuids

A character vector specifying the query image UUIDs.

query_encounters

A character vector the same length as query_uuids specifying the encounter membership.

ref_uuids

A character vector specifying the reference image UUIDs.

ref_encounters

A character vector the same length as ref_uuids specifying the encounter membership.

...

additional parameters passed on to wait_for_task.


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