deb_lsd
R/lsd-class.R
deb_is_lsd.Rd
Test if an object is of class deb_lsd.
deb_is_lsd(x)
An object.
TRUE if object is of class deb_lsd and FALSE if it is not.
TRUE
FALSE
x <- deb_lsd(5, 3, 8) y <- c(5, 3, 8) deb_is_lsd(x) #> [1] TRUE deb_is_lsd(y) #> [1] FALSE