match_id_vars: Match id variables in a tidyselect pipeline

View source: R/small_functions.R

match_id_varsR Documentation

Match id variables in a tidyselect pipeline

Description

Match id variables in a tidyselect pipeline

Usage

match_id_vars(match_regex = "^id_")

Arguments

match_regex

An optional, alternate id variable regular expression to match on

Value

A matches() function in tidyselect format

Examples

this_tbl |> select(match_id_vars()) |> ...

mikedolanfliss/cascadejoin documentation built on Jan. 25, 2025, 10 p.m.