Man pages for AstraZeneca/qscheck
qscheck

any_satisfiedChecks if any one of a set of assertions is satisfied
assertShorter version of assertthat::assert_that
consequentialChecks consequential presence of arguments.
data_frames_same_colnamesChecks if two data frames have the exact same column names
failureFunction to create a failure. Returns a qscheck::report...
is_binary_vectorChecks if a vector contains only binary values (0 or 1)
is_data_frameChecks if the passed entity is a data frame.
is_decreasing_vectorChecks if the passed entity is a vector of decreasing...
is_diagonal_matrixCheck if the passed entity is a diagonal matrix. Elements...
is_existing_dirChecks if the path refers to an existing directory.
is_existing_fileChecks if the path refers to an existing file. Note that this...
is_factorCheck if the passed entity is a factor.
is_functionChecks if the value is a function
is_gte_valueCheck if the passed entity is a single numerical value which...
is_gt_valueCheck if the passed entity is a single numerical value which...
is_identity_matrixCheck if the passed entity is an identity matrix
is_increasing_vectorChecks if the passed entity is a vector of increasing...
is_integer_valueChecks if the passed value is a single integer value (not...
is_integer_vectorChecks if the passed entity is a vector of integers. NOTE:...
is_intervalCheck if the two values constitute an interval (low, high)
is_listCheck if the passed entity is a list.
is_logical_valueCheck if the passed entity is a single logical value (TRUE or...
is_lte_valueCheck if the passed entity is a single floating point which...
is_lt_valueCheck if the passed entity is a single value which is less...
is_matrixCheck if the passed entity is a matrix
is_na_character_valueChecks if a value is a single NA of character type
is_na_logical_valueChecks if a value is a single NA of logical type
is_na_real_valueChecks if a value is a single NA of real type
is_na_valueChecks if a value is a single NA of any type.
is_non_negative_integer_valueChecks if the value is a single non negative integer value...
is_non_negative_integer_vectorChecks if the passed entity is a vector of non negative...
is_non_negative_real_valueCheck if the passed entity is a single floating point...
is_non_negative_real_vectorChecks if the passed entity is a vector of non-negative reals...
is_one_ofChecks if the passed entity is one of the ones in the options...
is_positive_integer_valueChecks if the value is a single positive integer value (not...
is_positive_integer_vectorChecks if the passed entity is a vector of positive integers....
is_positive_real_valueCheck if the passed entity is a single floating point...
is_positive_real_vectorChecks if the passed entity is a vector of positive reals...
is_probability_valueCheck if the passed entity is a single probability value,...
is_probability_vectorChecks if the passed entity is a vector of probabilities,...
is_r6_classChecks if the passed entity is a R6 class.
is_r6_instanceChecks if the passed entity is an instance of a given R6...
is_real_valueCheck if the passed entity is a single floating point value....
is_real_vectorChecks if the passed entity is a vector of reals (numeric)....
is_s3_instanceChecks if the passed entity is an S3 instance.
is_s4_instanceChecks if the passed entity is an S4 instance of a specified...
is_satisfying_funcsChecks if a passed value satisfies one or more tests provided...
is_square_matrixCheck if the passed entity is a square matrix
is_string_valueChecks if the passed value is a single string.
is_string_vectorChecks if the passed entity is a vector of strings...
is_valueCheck if the passed entity is a single value, regardless of...
is_vectorChecks if the passed entity is a vector. Note that in R...
is_vector_all_naChecks if the passed vector contains only NAs.
is_vector_without_naChecks if the passed vector contains no NAs.
matrixes_can_multiplyCheck if the passed entities are matrixes that can multiply...
matrixes_same_colsCheck if the passed entities are matrixes with the same...
matrixes_same_dimsCheck if the passed entities are matrixes with the same...
matrixes_same_rowsCheck if the passed entities are matrixes with the same...
messageReturns just the error message or NULL if no error.
mutually_exclusiveChecks if the passed values are mutually exclusive.
successFunction to create a success. Returns a qscheck::report...
validateReturns the error message if fails or TRUE if successful....
vector_allowed_valuesChecks if a vector contains values only out of a set of...
vectors_disjointChecks if two vectors are disjoint.
vectors_same_lengthChecks if two vectors are of the exact same length.
vector_value_occurrencesChecks if a given value occurs a given number of times in a...
vector_values_betweenChecks if the values in the vector are between specified min...
AstraZeneca/qscheck documentation built on Nov. 1, 2023, 4:45 a.m.