dplyr
reshape callReturns dplyr
reshape call
get_reshape_call(
selector_list = list(),
idx = 1L,
join_keys = teal.data::join_keys(),
dplyr_call_data = get_dplyr_call_data(selector_list, join_keys = join_keys)
)
List of multiple dplyr
calls that reshape data.
(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()
.
optional (integer
) current selector index in all selectors list.
(join_keys
) nested list of keys used for joining.
(list
) simplified selectors with aggregated set of filters,
selections, reshapes etc. All necessary data for merging.