get_relabel_cols: Get columns to relabel
Description
Get columns to relabel excluding these which has been reshaped (pivot_wider).
Usage
get_relabel_cols(columns_source, dplyr_call_data)
Value
columns_source
list without columns that have been reshaped.
Arguments
- columns_source
(list
)
- dplyr_call_data
(list
)