dot-verifyColumns: Verify columns within a data frame

Description Usage Arguments Value

Description

Verify columns within a data frame

Usage

1
.verifyColumns(df, column_list)

Arguments

column_list

A character vector with column names to be checked

data

frame (with named columns)

Value

Nothing but a printed message on the matching between colnames(df) and column_list

NOTE: Current version requires perfect matching (identical strings). Methods which acutally check the indices might be more flexible (e.g. case insensitive).


ss-lab-cancerunit/SpiderSeqR documentation built on Nov. 2, 2020, 12:18 a.m.