Learn R Programming

codelist (version 0.1.0)

is.codelist: Check if an object is a Code List

Description

Check if an object is a Code List

Usage

is.codelist(x)

Value

Returns a logical of length 1. Returns TRUE is x is of type codelist or a data.frame that conforms to the requirements of a code list.

Arguments

x

object to test.