Learn R Programming

miRNApath (version 1.32.0)

checkColumns: Check data.frame for Required Columns

Description

Internal function designed to assist checking for required columns in a data.frame.

Usage

checkColumns(data, mandatory=NA, numeric=NA)

Arguments

data
data.frame
mandatory
list of required columns
numeric
list of columns expected to be numeric

Value

boolean, or stop() with columns not meeting the criteria

Examples

Run this code
## No examples currently

Run the code above in your browser using DataLab