see which columns seem numeric and could be rounded, e.g. - DRAFT NOT FULLY TESTED
Source:R/is.numericish.R
is.numericish.Rd
see which columns seem numeric and could be rounded, e.g. - DRAFT NOT FULLY TESTED
Details
Does not report "08" as numeric-ish, so cannot check fips with leading zero this way, e.g. To do that you could check if is.na(as.numeric(x)) but "08" is not roundable.