R/testInteger.R

testInteger <- function(x){
  test <- all.equal(x, as.integer(x), check.attributes = FALSE)
  if(test == TRUE){ return(TRUE) }
  else { return(FALSE) }
}
atuldeshpande/simBM documentation built on May 10, 2019, 2:13 p.m.