duplex_data_linker: Duplex linking

Description Usage Arguments Details Value Author(s)

Description

A utility for creating linking functions that operate in both directions (full duplex).

Usage

1
2
  duplex_data_linker(delegate, from_data, to_data =
  from_data)

Arguments

delegate

The linking function that performs the mapping, such as match_any_linker.

from_data

A data.frame of keys

to_data

A data.frame of keys

Details

The generated linker function takes two arguments: from_selection and new_selection. If new_selection is specified, new_selection is mapped from to_data to from_data. Otherwise, from_selection is mapped from from_data to to_data.

Value

A two-way linking function as described in the details.

Author(s)

Michael Lawrence


ggobi/plumbr documentation built on May 17, 2019, 3:15 a.m.