duplex_data_linker | R Documentation |
A utility for creating linking functions that operate in both directions (full duplex).
duplex_data_linker(delegate, from_data, to_data = from_data)
delegate |
The linking function that performs the
mapping, such as |
from_data |
A |
to_data |
A |
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
.
A two-way linking function as described in the details.
Michael Lawrence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.