is_labelled {REDCapTidieR} | R Documentation |
Determine if an object is labelled
Description
An internal utility function used to inform other processes of whether or
not a given object has been labelled (i.e. with make_labelled()
).
Usage
is_labelled(obj)
Arguments
obj |
An object to be tested for "label" attributes |
Details
An object is considered labelled if it has "label" attributes.
Value
A boolean
[Package REDCapTidieR version 1.2.3 Index]