validate.numeric: Validate Numeric Column

Description Usage Arguments Details References

View source: R/validate.input.R

Description

Ensures that a column in a dataframe which must be numeric is numeric and throws an error otherwise.

Usage

1
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.


RVA documentation built on Nov. 2, 2021, 1:06 a.m.