Learn R Programming

debkeepr (version 0.1.1)

deb_is_lsd: Test if an object is of class deb_lsd

Description

Test if an object is of class deb_lsd.

Usage

deb_is_lsd(x)

Value

TRUE if object is of class deb_lsd and FALSE if it is not.

Arguments

x

An object.

Examples

Run this code
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