powered by
deb_decimal
Test if an object is of class deb_decimal.
deb_is_decimal(x)
TRUE if object is of class deb_decimal and FALSE if it is not.
TRUE
FALSE
An object.
x <- deb_decimal(c(5.25, 3.825, 8.5)) y <- c(5.25, 3.825, 8.5) deb_is_decimal(x) deb_is_decimal(y)
Run the code above in your browser using DataLab