match_linkage_vars: Match linkage variables in a tidyselect pipeline

View source: R/small_functions.R

match_linkage_varsR Documentation

Match linkage variables in a tidyselect pipeline

Description

Match linkage variables in a tidyselect pipeline

Usage

match_linkage_vars(match_regex = "^l_")

Arguments

match_regex

An optional, alternate linkage variable regular expression to match on

Value

A matches() function in tidyselect format

Examples

this_tbl |> select(match_linkage_vars()) |> ...

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