Check if All Elements in Character Vector are Numeric
all_is_numeric.Rd
Tests, without issuing warnings, whether all elements of a character vector are legal numeric values, or optionally converts the vector to a numeric vector. Leading and trailing blanks in x are ignored.
Usage
all_is_numeric(x, extras = c(".", NA))