Determine if an object is labelled
An internal utility function used to inform other processes of whether or not a given object has been labelled (i.e. with make_labelled()
).
is_labelled(obj)
obj
: An object to be tested for "label" attributesA boolean
An object is considered labelled if it has "label" attributes.
Useful links