
Package index
-
chk_missing()vld_missing() - Check Missing Argument
-
chk_not_missing()vld_not_missing() - Check Not Missing Argument
-
chk_used()vld_used() - Check ... Used
-
chk_unused()vld_unused() - Check ... Unused
-
chk_file()vld_file() - Check File Exists
-
chk_null()vld_null() - Check NULL
-
chk_not_null()vld_not_null() - Check not NULL
-
chk_null_or() - Check NULL Or
-
chk_vector()vld_vector() - Check Vector
-
chk_atomic()vld_atomic() - Check Atomic
-
chk_array()vld_array() - Check Array
-
chk_matrix()vld_matrix() - Check Matrix
-
chk_list()vld_list() - Check List
-
chk_data()vld_data() - Check Data
-
chk_environment()vld_environment() - Check Environment
-
chk_logical()vld_logical() - Check Logical
-
chk_complex()vld_complex() - Check Complex
-
chk_character()vld_character() - Check Character
-
chk_numeric()vld_numeric() - Check Numeric
-
chk_double()vld_double() - Check Double
-
chk_integer()vld_integer() - Check Integer
Whole Number Checkers
Check if the function input is a whole number, whether explicitly an integer or a double type without fractional parts
-
chk_whole_numeric()vld_whole_numeric() - Check Whole Numeric
-
chk_whole_number()vld_whole_number() - Check Whole Number
-
chk_count()vld_count() - Check Count
-
chk_factor()vld_factor() - Check Factor
-
chk_character_or_factor()vld_character_or_factor() - Check Character or Factor
-
chk_scalar()vld_scalar() - Check Scalar
-
chk_string()vld_string() - Check String
-
chk_number()vld_number() - Check Number
-
chk_complex_number()vld_complex_number() - Check Complex Number
-
chk_flag()vld_flag() - Check Flag
-
chk_true()vld_true() - Check TRUE
-
chk_false()vld_false() - Check FALSE
-
chk_date()vld_date() - Check Date
-
chk_date_time()chk_datetime()vld_date_time()vld_datetime() - Check Date Time
-
chk_function()vld_function() - Check Function
-
chk_named()vld_named() - Check Named
-
chk_valid_name()vld_valid_name() - Check Valid Name
-
chk_range()vld_range() - Checks range of non-missing values
-
chk_identical()vld_identical() - Check Identical
-
chk_equal()vld_equal() - Check Equal
-
chk_equivalent()vld_equivalent() - Check Equivalent
-
chk_all_identical()vld_all_identical() - Check All Identical
-
chk_all_equal()vld_all_equal() - Check All Equal
-
chk_all_equivalent()vld_all_equivalent() - Check All Equivalent
-
chk_sorted()vld_sorted() - Check Sorted
-
vld_not_subset()chk_subset()vld_subset() - Check Subset
-
chk_not_subset() - Check Not Subset
-
chk_superset()vld_superset() - Check Superset
-
vld_orderset()chk_setequal()vld_setequal() - Check Set Equal
-
chk_orderset() - Check Set Ordered
-
chk_s3_class()vld_s3_class() - Check Type
-
chk_s4_class()vld_s4_class() - Check Inherits from S4 Class
-
chk_match()vld_match() - Check Matches
Length Checkers
Check if the function input object’s length is a specific value or if because of its length can be strictly recycled
-
chk_length()vld_length() - Check Length
-
chk_compatible_lengths()vld_compatible_lengths() - Check Compatible Lengths
Quality Checkers (Miscellaneous)
Check if the function input meet some user defined quality criteria
-
chk_not_any_na()vld_not_any_na() - Check Not Any Missing Values
-
chk_not_empty()vld_not_empty() - Check Not Empty
-
chk_sorted()vld_sorted() - Check Sorted
-
chk_unique()vld_unique() - Check Unique
-
chk_join()vld_join() - Check Join
-
chkor_vld() - Chk OR
-
deparse_backtick_chk()backtick_chk()unbacktick_chk() - Deparse Backtick
-
message_chk() - Construct Tidyverse Style Message
-
abort_chk() - Abort Check
-
expect_chk_error() - Expect Chk Error
-
check_data() - Check Data
-
check_dim() - Check Dimension
-
check_dirs() - Check Directories Exist
-
check_files() - Check Files Exist
-
check_key() - Check Key
-
check_length() - Check Length
-
check_names() - Check Names
-
check_values() - Check Values and Class
-
chk_wnum()vld_wnum()deprecated - Check Whole Numeric Scalar
-
chkor() - Check OR