View source: R/decimal-class.R
| deb_is_decimal | R Documentation |
deb_decimalTest if an object is of class deb_decimal.
deb_is_decimal(x)
x |
An object. |
TRUE if object is of class deb_decimal and FALSE if it is not.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.