Missing Input CheckersCheck if the function input is missing or not |
|
|---|---|
Check Missing Argument |
|
Check Not Missing Argument |
|
… CheckersCheck if the function input comes from … (dot-dot-dot) or not |
|
Check ... Used |
|
Check ... Unused |
|
External Data Source CheckersCheck if the function input is a valid external data source |
|
Check File Exists |
|
Check File Extension |
|
Check Directory Exists |
|
NULL CheckersCheck if the function input is NULL or not or something else |
|
Check NULL |
|
Check not NULL |
|
Check NULL Or |
|
Data Structure CheckersCheck if the function input has a specific data structure |
|
Check Vector |
|
Check Atomic |
|
Check Array |
|
Check Matrix |
|
Check List |
|
Check Data |
|
Data Type CheckersCheck if the function input has a data type |
|
Check Environment |
|
Check Logical |
|
Check Complex |
|
Check Character |
|
Check Numeric |
|
Check Double |
|
Check Integer |
|
Check Raw |
|
Whole Number CheckersCheck if the function input is a whole number, whether explicitly an integer or a double type without fractional parts |
|
Check Whole Numeric |
|
Check Whole Number |
|
Check Count |
|
Factor CheckerCheck if the function input is a factor |
|
Check Factor |
|
Check Character or Factor |
|
Scalar CheckersCheck if the function input is a vector of length 1 |
|
Check Scalar |
|
Check String |
|
Check Number |
|
Check Complex Number |
|
Check Flag |
|
Check TRUE |
|
Check FALSE |
|
Date or DateTime CheckersCheck if the function input is of class Date or DateTime |
|
Check Date |
|
|
|
Check Date Time |
Time Zone CheckerCheck if the function input is a Time Zone |
|
Check Time Zone |
|
All Elements CheckerCheck if the function input has a characteristic shared by all its elements |
|
Check All |
|
Function CheckerCheck if the function input is another function |
|
Check Function |
|
Names CheckersCheck if the function input has names and are valid |
|
Check Named |
|
Check Valid Name |
|
Range CheckersCheck if the function input is part of a range of values |
|
Checks range of non-missing values |
|
Check Less Than |
|
Check Less Than or Equal To |
|
Check Greater Than |
|
Check Greater Than or Equal To |
|
Equal CheckersCheck if the function input is equal or similar to a predefined object |
|
Check Identical |
|
Check Equal |
|
Check Equivalent |
|
Check All Identical |
|
Check All Equal |
|
Check All Equivalent |
|
Order CheckerCheck if the function input are numbers in increasing order |
|
Check Sorted |
|
Set CheckersCheck if the function input is composed by certain elements |
|
Check Subset |
|
Check Not Subset |
|
Check Superset |
|
Check Set Equal |
|
Check Set Ordered |
|
Identity CheckersCheck if the function input belongs to a class |
|
Check Class |
|
Check Type |
|
Check Inherits from S4 Class |
|
REGEX CheckerCheck if the function input matches a REGEX |
|
Check Matches |
|
Length CheckersCheck if the function input object’s length is a specific value or if because of its length can be strictly recycled |
|
Check Length |
|
Check Compatible Lengths |
|
Quality Checkers (Miscellaneous)Check if the function input meet some user defined quality criteria |
|
Check Not Any Missing Values |
|
Check Not Empty |
|
Check Sorted |
|
Check Unique |
|
Check Join |
|
Chk OR |
|
chk_ Function ExtendersExtending chk_ functions |
|
Deparse Backtick |
|
Construct Tidyverse Style Message |
|
Abort Check |
|
Expect Chk Error |
|
Message GeneratorsGenerating messages |
|
Stop, Warning and Message Messages |
|
String ManipulatorsManipulating strings |
|
Concatenate Strings |
|
Concatenate with Commas |
|
check_ FunctionsChecks more properties about the objects |
|
Check Data |
|
Check Dimension |
|
Check Directories Exist |
|
Check Files Exist |
|
Check Key |
|
Check Length |
|
Check Names |
|
Check Values and Class |
|
Deprecated FunctionsFunctions that have been deprecated |
|
Check Character Scalar |
|
Check Double Scalar |
|
Check Logical Scalar |
|
Check Whole Numeric Scalar |
|
Check OR |
|