validate.numeric: Validate Numeric Column
Description
Ensures that a column in a dataframe which must be numeric is
numeric and throws an error otherwise.
Usage
validate.numeric(datin, col, name = 1)
Arguments
col
The column to validate as numeric.
Details
This specifically checks if any of the values in the column can
be coerced as numeric.
References
Xingpeng Li, Tatiana Gelaf Romer & Siddhartha Pachhai RVA - RNAseq Visualization Automation tool.