get_dplyr_call {teal.transform} | R Documentation |
Parses filter, select, rename and reshape call
Description
Parses filter, select, rename and reshape call
Usage
get_dplyr_call(
selector_list,
idx = 1L,
join_keys = teal.data::join_keys(),
dplyr_call_data = get_dplyr_call_data(selector_list, join_keys = join_keys),
datasets = NULL
)
Arguments
selector_list |
( |
idx |
( |
join_keys |
( |
dplyr_call_data |
( |
data |
( |
Value
(call
) filter, select, rename and reshape call.
[Package teal.transform version 0.6.0 Index]