areNumeric: which elements of a vector are numeric
Description
test without throwing a warning
Usage
areNumeric(x, extras = c(".", "NA", NA))
Arguments
x
vector
extras
character vector containing acceptable alternatives to numeric
values which will result in returning TRUE for that element. Default
is c(".", "NA", NA).