Learn R Programming

REDCapTidieR (version 1.2.3)

check_labelled: Check if labelled

Description

Checks if a supplied supertibble is labelled and throws an error if it is not but labelled is set to TRUE

Usage

check_labelled(supertbl, add_labelled_column_headers, call = caller_env())

Value

A boolean

Arguments

supertbl

a supertibble generated using read_redcap()

add_labelled_column_headers

Whether or not to include labelled outputs

call

the calling environment to use in the warning message