Skip to contents

General validation

Tools for general validation depending on input.

abortifnot() abortif()
Ensure the truth of R expressions
check() check_with()
Check the truth of tidy evaluated expressions
walk_check()
Apply a predicate check to each element of a vector
check_inherits() check_class()
Check class inheritance of an object

Specific validation

Strongly typed validation.

Types

Values

Modifiers

bare() at_least() at_most() in_range()
Modify the behaviour of type checking functions

Property

File system

check_dir() check_file() check_ext()
File and directory existence checks

Check builders

Tools to build checks in the style of favr.

s3_vec_check() s3_df_check()
S3 check builders