Learn R Programming

testdat (version 0.4.2)

chk-dummy: Checks: dummy

Description

These functions provide common, simple data checks.

Usage

chk_dummy(x)

Value

A logical vector flagging records that have passed or failed the check.

Arguments

x

A vector to check.

See Also

Checks: data frame helpers

Other vector checks: chk-dates, chk-labels, chk-patterns, chk-text, chk-uniqueness, chk-values

Examples

Run this code

chk_dummy(LETTERS)

Run the code above in your browser using DataLab