cols_c: select columns using tidyselect

View source: R/misc.R

cols_cR Documentation

select columns using tidyselect

Description

select columns using tidyselect

Usage

cols_c(..., data)

Arguments

...

<tidy-select> One or more unquoted expressions separated by commas. Variable names can be used as if they were positions in the data frame, so expressions like x:y can be used to select a range of variables.

data

A data frame or data.table


Yunuuuu/yjtools documentation built on Jan. 29, 2024, 5:30 a.m.