validate.numeric {RVA} | R Documentation |
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
datin |
The data in question. |
col |
The column to validate as numeric. |
name |
the position of dataset |
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.
[Package RVA version 0.0.5 Index]