tbl_col_start_end: Get colnames that start and end with patterns

View source: R/utils_vec.R

tbl_col_start_endR Documentation

Get colnames that start and end with patterns

Description

Get colnames that start and end with patterns

Usage

tbl_col_start_end(.tbl, pattern_start, pattern_end)

Arguments

.tbl

A tibble

pattern_start

A pattern

pattern_end

A pattern

Value

A vector of column names


gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.