Learn R Programming

REDCapTidieR (version 1.2.3)

is_labelled: 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)

Value

A boolean

Arguments

obj

An object to be tested for "label" attributes

Details

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