Learn R Programming

theft (version 0.8.2)

check_vector_quality: Check for presence of NAs and non-numerics in a vector

Description

Check for presence of NAs and non-numerics in a vector

Usage

check_vector_quality(x)

Value

Boolean of whether the data is good to extract features on or not

Arguments

x

input vector

Author

Trent Henderson