Learn R Programming

codelist (version 0.1.0)

cl_is_valid: Check if the codelist is valid

Description

Check if the codelist is valid

Usage

cl_is_valid(codelist)

Value

Returns TRUE when the code list is valid; returns a character vector of length 1 with a description of the problem when it is not valid.

Arguments

codelist

a codelist object or a data.frame that is a valid code list.