get_pivot_longer_col {teal.transform}R Documentation

Get pivot longer columns

Description

Get values names which are spread into columns.

Usage

get_pivot_longer_col(selector)

Arguments

selector

one element of selector_list obtained by get_dplyr_call_data.

Value

A character vector of all the selected columns that are not a keys element.


[Package teal.transform version 0.6.0 Index]