Rdocumentation
powered by
Learn R Programming
sjmisc (version 2.3.0)
is_labelled: Check whether object is of class "labelled"
Description
This function checks whether
x
is of class
labelled
.
Usage
is_labelled(x)
Arguments
x
An object.
Value
Logical,
TRUE
if
x
inherits from class
labelled
,
FALSE
otherwise.