| deb_is_lsd | R Documentation |
deb_lsdTest if an object is of class deb_lsd.
deb_is_lsd(x)
x |
An object. |
TRUE if object is of class deb_lsd and FALSE if it is not.
x <- deb_lsd(5, 3, 8)
y <- c(5, 3, 8)
deb_is_lsd(x)
deb_is_lsd(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.