chk_deprecated {chk}R Documentation

Deprecated functions

Description

Deprecated chk_() functions.

Usage

chk_dirs(x)

chk_files(x)

chk_has(x, values, x_name = NULL)

chk_in(x, values, x_name = NULL)

chk_no_missing(x, x_name = NULL)

vld_no_missing(x)

chk_off()

chk_on()

is_chk_on()

chk_proportion(x, x_name = NULL)

deparse_backtick(x)

Arguments

x

The object to check.

x_name

A string of the name of object x or NULL.

Functions

See Also

Other deprecated: chk_chr(), chk_dbl(), chk_wnum()


[Package chk version 0.9.1 Index]