Check for presence of NAs and non-numerics in a vector
check_vector_quality(x)
x
input vector
vector
Boolean of whether the data is good to extract features on or not
Boolean
Trent Henderson