column_matches_exact: Helper to find the names of columns of a data.frame that...

View source: R/helper_fn.R

column_matches_exactR Documentation

Helper to find the names of columns of a data.frame that contain exactly all the elements of an input column

Description

Helper to find the names of columns of a data.frame that contain exactly all the elements of an input column

Usage

column_matches_exact(df, col)

Arguments

df

A data.frame whose columns we want to match to some query column.

col

Vector of values which will be compared to a column in df.

Value

vector of column names of df that contain exactly all the elements of the input column


pmartR/pmartRqc documentation built on April 25, 2024, 6:18 a.m.