checkColumns {miRNApath} | R Documentation |
Internal function designed to assist checking for required columns in a data.frame.
checkColumns(data, mandatory=NA, numeric=NA)
data |
data.frame |
mandatory |
list of required columns |
numeric |
list of columns expected to be numeric |
boolean, or stop() with columns not meeting the criteria
James M. Ward jmw86069@gmail.com
## No examples currently