checkColnames: Check whether 'test_names' are columns in the 'data.frame'

View source: R/cmapR_subset.R

checkColnamesR Documentation

Check whether test_names are columns in the data.frame

Description

Check whether test_names are columns in the data.frame

Usage

checkColnames(test_names, df, throw_error = TRUE)

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

Source

https://github.com/cmap/cmapR


nuno-agostinho/cTRAP documentation built on March 28, 2024, 3:59 p.m.