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

Try the pivotaltrackR package in your browser

Any scripts or data that you put into this service are public.

pivotaltrackR documentation built on Jan. 13, 2021, 5:43 a.m.