get_reshape_call {teal.transform} | R Documentation |
Returns dplyr
reshape call
Description
Returns dplyr
reshape call
Usage
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)
)
Arguments
selector_list |
( |
idx |
( |
join_keys |
( |
dplyr_call_data |
( |
Value
List of multiple dplyr
calls that reshape data.
[Package teal.transform version 0.6.0 Index]