select_colnames: Select Column Names Using Tidyselect Specifications

View source: R/select.R

select_colnamesR Documentation

Select Column Names Using Tidyselect Specifications

Description

select_colnames() selects the names of columns specified in .... It is useful for standardizing a function's interface while providing a link to underlying functions that may take a variety of column specifications.

Usage

select_colnames(.data, ...)

Arguments

.data

A data frame or data frame extension (e.g. a tibble)

...

<tidy-select> One or more tidyselect specifications for the desired column names (including simply using those column names)

Value

A character vector of column names


jesse-smith/coviData documentation built on Jan. 14, 2023, 11:08 a.m.