dot-check_colnames: Check whether 'test_names' are columns in the 'data.frame' df

.check_colnamesR Documentation

Check whether test_names are columns in the data.frame df

Description

Check whether test_names are columns in the data.frame df

Usage

.check_colnames(test_names, df, throw_error = T)

Arguments

test_names

a vector of column names to test

df

the data.frame to test against

throw_error

boolean indicating whether to throw an error if any test_names are not found in df

Value

boolean indicating whether or not all test_names are columns of df


kalganem/creedenzymatic documentation built on March 31, 2024, 11:58 a.m.