duplex_data_linker {plumbr} | R Documentation |
Duplex linking
Description
A utility for creating linking functions that operate in both directions (full duplex).
Usage
duplex_data_linker(delegate, from_data, to_data =
from_data)
Arguments
delegate |
The linking function that performs the
mapping, such as |
from_data |
A |
to_data |
A |
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
[Package plumbr version 0.6.10 Index]