Assert that conditions are met | assert |
Assert all files are directories | assert_all_directories_exist |
Assert that all files exist | assert_all_files_exist |
Assert file extensions | assert_all_files_have_extension |
Assert input is greater than a specified minimum value | assert_all_greater_than |
Assert input is greater than or equal to a specified minimum value | assert_all_greater_than_or_equal_to |
Assert input is less than a specified maximum value | assert_all_less_than |
Assert input is less than or equal to a specified maximum value | assert_all_less_than_or_equal_to |
Assert input is a character vector | assert_character |
Assert input is a character vector | assert_character_vector |
Assert input is a character vector / glue vector | assert_character_vector_or_glue |
Assert object belongs to class | assert_class |
Assert input is a database connection | assert_connection |
Create an assertion function | assert_create |
Create Chains of Assertions | assert_create_chain |
Assert input is a data frame | assert_dataframe |
Assert a directory does not exist | assert_directory_does_not_exist |
Assert are directory exists | assert_directory_exists |
Assert that the input objects are equal | assert_equal |
Assert object does not include any illegal values | assert_excludes |
Assert input is a factor | assert_factor_vector |
Assert a file does not exist | assert_file_does_not_exist |
Assert a file exists | assert_file_exists |
Assert file extensions | assert_file_has_extension |
Assert input is a scalar logical | assert_flag |
Assert input is a function | assert_function |
Assert function expects n arguments | assert_function_expects_n_arguments |
Assert input is greater than some minimum value | assert_greater_than |
Assert input is greater than or equal to a specified minimum value | assert_greater_than_or_equal_to |
Assert that the input object is identical to a specified value | assert_identical |
Assert object includes required | assert_includes |
Assert input is an integer | assert_int |
Assert Length | assert_length |
Assert Length Greater Than | assert_length_greater_than |
Assert Length Greater Than or Equal To | assert_length_greater_than_or_equal_to |
Assert Length Less Than | assert_length_less_than |
Assert Length Less Than or Equal To | assert_length_less_than_or_equal_to |
Assert input is less than some maximum value | assert_less_than |
Assert input is less than or equal to a specified maximum value | assert_less_than_or_equal_to |
Assert input is a list | assert_list |
Assert input is logical | assert_logical |
Assert input is an atomic logical vector | assert_logical_vector |
Assert input is a matrix | assert_matrix |
Assert that the input object includes a specified name | assert_names_include |
Assert that the input vector has no duplicates | assert_no_duplicates |
Assert that the input vector has no missing values | assert_no_missing |
Assert input is a non empty character string | assert_non_empty_string |
Assert that the input is not NULL | assert_non_null |
Assert that the input is NULL | assert_null |
Assert input is a number | assert_number |
Assert input is numeric | assert_numeric |
Assert input is a numeric vector | assert_numeric_vector |
Check if a scalar value is one of the acceptable values | assert_one_of |
Assert that x is reactive | assert_reactive |
Assert input is a scalar | assert_scalar |
Check if two sets are identical | assert_set_equal |
Assert input is a character string | assert_string |
Check if a vector is a subset of another | assert_subset |
Assert input is a vector | assert_vector |
Assert that the input object is a whole number | assert_whole_number |
List assertion names | assertion_names |
Count tests per Assertion | assertion_tests |
Check assertions are tested enough | check_all_assertions_are_tested_enough |
Common Parameter Descriptions | common_roxygen_params |
Check if an object does not contain prohibited elements | excludes_advanced |
Preprocess character vectors for cli::cli_abort() | format_as_bullets |
Preprocess character vectors for cli package functions | format_inline |
Check if a named object has all specified names | has_all_names |
Check object is some class | has_class |
Check if a vector has duplicates | has_duplicates |
Has Extension | has_extension |
Check if a vector has missing values | has_missing_values |
Check if a vector has no duplicates | has_no_duplicates |
Check if a vector has no missing values | has_no_missing_values |
Check if All Values in Required are in x | includes |
Check if an object contains required elements | includes_advanced |
Check if an object is a character vector | is_character_vector |
Check if an object is a character vector | is_character_vector_or_glue |
Check equality of two objects | is_equal |
Check if a value is a logical flag | is_flag |
Check if x is a flag | is_flag_advanced |
Check if a numeric vector is greater than a specified minimum value | is_greater_than |
Check if a numeric vector is greater than or equal to a specified minimum value | is_greater_than_or_equal_to |
Check if two objects are identical | is_identical |
Check if a numeric vector is less than a specified maximum value | is_less_than |
Check if a numeric vector is less than or equal to a specified maximum value | is_less_than_or_equal_to |
Check if a value is a list | is_list |
Check if an object is a logical vector | is_logical_vector |
Check if x is a nonempty string | is_non_empty_string_advanced |
Check if an object is a single number | is_number |
Check if x is a number | is_number_advanced |
Check if an object is a numeric vector | is_numeric_vector |
Check if a value is reactive | is_reactive |
Check equality of type | is_same_type |
Check if an object is a single string | is_string |
Check if x is a string | is_string_advanced |
Check if one set is a subset of another | is_subset |
Check if one set is a superset of another | is_superset |
Check if an object is a vector This function checks if an object is a vector | is_vector |
Compare Sets for Equality | setopts_are_equal |
Find Common Elements | setopts_common_elements |
Count of Elements Exclusive to First Set | setopts_count_exlusive_to_first |
Elements Exclusive to First Set | setopts_exlusive_to_first |
Count the number of duplicated values in a vector | util_count_duplicates |
Count the number of missing values in a vector | util_count_missing |
Get the duplicated values in a vector | util_get_duplicated_values |