is_labelled {sjlabelled} | R Documentation |
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.
[Package sjlabelled version 1.2.0 Index]