is_labelled function

Determine if an object is labelled

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)

Arguments

  • obj: An object to be tested for "label" attributes

Returns

A boolean

Details

An object is considered labelled if it has "label" attributes.