get_merge_key_i: Gets keys needed for join call of two selectors

View source: R/get_merge_call.R

get_merge_key_iR Documentation

Gets keys needed for join call of two selectors

Description

Gets keys needed for join call of two selectors

Usage

get_merge_key_i(
  selector_list,
  idx,
  dplyr_call_data = get_dplyr_call_data(selector_list)
)

Arguments

selector_list

(reactive) output from data_extract_multiple_srv() or a reactive named list of outputs from data_extract_srv(). When using a reactive named list, the names must be identical to the shiny ids of the respective data_extract_ui().

idx

(integer) optional, current selector index in all selectors list.

dplyr_call_data

(list) simplified selectors with aggregated set of filters.

Value

character list of keys.


teal.transform documentation built on April 3, 2025, 9:15 p.m.