View source: R/get_merge_call.R
get_merge_key_pair | R Documentation |
Gets keys vector from keys list
get_merge_key_pair(selector_from, selector_to, key_from)
selector_from |
( |
selector_to |
( |
key_from |
( |
This function covers up to now 4 cases:
Dataset without parent: Primary keys are returned;
Dataset source = dataset target: The primary keys subtracted of all key columns that get purely filtered. This means just one value would be left after filtering inside this column Then it can be taken out;
Target dataname
is parent foreign keys;
Any other case foreign keys;
character
vector of selector keys.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.