get_pivot_longer_col: Get pivot longer columns
Description
Get values names which are spread into columns.
Usage
get_pivot_longer_col(selector)
Value
A character
vector of all the selected columns that are not a keys
element.
Arguments
- selector
one element of selector_list obtained by get_dplyr_call_data
.