powered by
deb_lsd
Test if an object is of class deb_lsd.
deb_is_lsd(x)
TRUE if object is of class deb_lsd and FALSE if it is not.
TRUE
FALSE
An object.
x <- deb_lsd(5, 3, 8) y <- c(5, 3, 8) deb_is_lsd(x) deb_is_lsd(y)
Run the code above in your browser using DataLab