Learn R Programming

rcoder (version 0.3.0)

is_empty_coding: Is an object the empty coding?

Description

Is an object the empty coding?

Usage

is_empty_coding(x)

Value

TRUE/FALSE if the object is identical to `empty_coding()`

Arguments

x

An object

Examples

Run this code
is_empty_coding(empty_coding())
is_empty_coding(coding())
is_empty_coding(coding(code("Yes", 1), code("No", 0)))

Run the code above in your browser using DataLab