R/canbeNumeric.R

canbeNumeric <- function(x){
  ((mode(x) == 'numeric') & 
    (!('levels' %in% names(attributes(x)))) )
}
joshuaulrich/tmp-ecfun documentation built on July 1, 2019, 12:20 a.m.