R/misc.R

halt <- function (...) stop(..., call.=FALSE)

# Check for "integers" but don't require true integer storage
is.whole <- function (x) is.numeric(x) && !is.na(x) && floor(x) == x
nealrichardson/pivotaltrackR documentation built on April 16, 2023, 7:20 p.m.