Skip to contents
-
abort_if_not()
- Ensure the Truth of R Expressions
-
cast_if_not()
- Check if objects are of a specific type and cast them if not
-
recycle_if_not()
- Check if objects are of a specific size and recycle them if not
-
restrict()
- Restrict arguments to a specific type/size and test adherence to validation functions/formulas.
-
schema()
- Ensure data.frame/list elements conform to a given schema
-
schema_cast()
- Ensure data.frame/list elements are of a specific type and cast them if not
-
schema_recycle()
- Ensure list elements are of a specific size and recycle them if not