all_numeric {RNAseqQC} | R Documentation |
for a vector x, check if all non-NA elements of x can be converted to numeric
Description
for a vector x, check if all non-NA elements of x can be converted to numeric
Usage
all_numeric(x)
Arguments
x |
A non-numeric vector |
[Package RNAseqQC version 0.2.1 Index]