View source: R/get_merge_call.R
get_merge_call | R Documentation |
Creates list of calls depending on selector(s) and type of the merge. The merge order is the same as in selectors passed to the function.
get_merge_call(
selector_list,
join_keys = teal.data::join_keys(),
dplyr_call_data = get_dplyr_call_data(selector_list, join_keys = join_keys),
merge_function = "dplyr::full_join",
anl_name = "ANL"
)
selector_list |
( |
join_keys |
( |
dplyr_call_data |
( |
merge_function |
( |
anl_name |
( |
List with merge call
elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.