var_partial_match {romic}R Documentation

Var Partial Match

Description

Partial string matching of a provided variable to the variables available in a table

Usage

var_partial_match(x, df)

Arguments

x

a variable name or regex match to a variable name

df

a data.frame or tibble

Value

a single variable from df


[Package romic version 1.1.3 Index]