any_satisfied | Checks if any one of a set of assertions is satisfied |
assert | Shorter version of assertthat::assert_that |
consequential | Checks consequential presence of arguments. |
data_frames_same_colnames | Checks if two data frames have the exact same column names |
failure | Function to create a failure. Returns a qscheck::report... |
is_binary_vector | Checks if a vector contains only binary values (0 or 1) |
is_data_frame | Checks if the passed entity is a data frame. |
is_decreasing_vector | Checks if the passed entity is a vector of decreasing... |
is_diagonal_matrix | Check if the passed entity is a diagonal matrix. Elements... |
is_existing_dir | Checks if the path refers to an existing directory. |
is_existing_file | Checks if the path refers to an existing file. Note that this... |
is_factor | Check if the passed entity is a factor. |
is_function | Checks if the value is a function |
is_gte_value | Check if the passed entity is a single numerical value which... |
is_gt_value | Check if the passed entity is a single numerical value which... |
is_identity_matrix | Check if the passed entity is an identity matrix |
is_increasing_vector | Checks if the passed entity is a vector of increasing... |
is_integer_value | Checks if the passed value is a single integer value (not... |
is_integer_vector | Checks if the passed entity is a vector of integers. NOTE:... |
is_interval | Check if the two values constitute an interval (low, high) |
is_list | Check if the passed entity is a list. |
is_logical_value | Check if the passed entity is a single logical value (TRUE or... |
is_lte_value | Check if the passed entity is a single floating point which... |
is_lt_value | Check if the passed entity is a single value which is less... |
is_matrix | Check if the passed entity is a matrix |
is_na_character_value | Checks if a value is a single NA of character type |
is_na_logical_value | Checks if a value is a single NA of logical type |
is_na_real_value | Checks if a value is a single NA of real type |
is_na_value | Checks if a value is a single NA of any type. |
is_non_negative_integer_value | Checks if the value is a single non negative integer value... |
is_non_negative_integer_vector | Checks if the passed entity is a vector of non negative... |
is_non_negative_real_value | Check if the passed entity is a single floating point... |
is_non_negative_real_vector | Checks if the passed entity is a vector of non-negative reals... |
is_one_of | Checks if the passed entity is one of the ones in the options... |
is_positive_integer_value | Checks if the value is a single positive integer value (not... |
is_positive_integer_vector | Checks if the passed entity is a vector of positive integers.... |
is_positive_real_value | Check if the passed entity is a single floating point... |
is_positive_real_vector | Checks if the passed entity is a vector of positive reals... |
is_probability_value | Check if the passed entity is a single probability value,... |
is_probability_vector | Checks if the passed entity is a vector of probabilities,... |
is_r6_class | Checks if the passed entity is a R6 class. |
is_r6_instance | Checks if the passed entity is an instance of a given R6... |
is_real_value | Check if the passed entity is a single floating point value.... |
is_real_vector | Checks if the passed entity is a vector of reals (numeric).... |
is_s3_instance | Checks if the passed entity is an S3 instance. |
is_s4_instance | Checks if the passed entity is an S4 instance of a specified... |
is_satisfying_funcs | Checks if a passed value satisfies one or more tests provided... |
is_square_matrix | Check if the passed entity is a square matrix |
is_string_value | Checks if the passed value is a single string. |
is_string_vector | Checks if the passed entity is a vector of strings... |
is_value | Check if the passed entity is a single value, regardless of... |
is_vector | Checks if the passed entity is a vector. Note that in R... |
is_vector_all_na | Checks if the passed vector contains only NAs. |
is_vector_without_na | Checks if the passed vector contains no NAs. |
matrixes_can_multiply | Check if the passed entities are matrixes that can multiply... |
matrixes_same_cols | Check if the passed entities are matrixes with the same... |
matrixes_same_dims | Check if the passed entities are matrixes with the same... |
matrixes_same_rows | Check if the passed entities are matrixes with the same... |
message | Returns just the error message or NULL if no error. |
mutually_exclusive | Checks if the passed values are mutually exclusive. |
success | Function to create a success. Returns a qscheck::report... |
validate | Returns the error message if fails or TRUE if successful.... |
vector_allowed_values | Checks if a vector contains values only out of a set of... |
vectors_disjoint | Checks if two vectors are disjoint. |
vectors_same_length | Checks if two vectors are of the exact same length. |
vector_value_occurrences | Checks if a given value occurs a given number of times in a... |
vector_values_between | Checks if the values in the vector are between specified min... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.