checks {dispositionEffect} | R Documentation |
Checks functions
Description
Functions to perform checks on arguments.
Usage
check_values(
input_values,
target_values,
no_exception = FALSE,
weak_target = FALSE
)
check_gainloss(df)
release_questions()
Arguments
input_values |
Input to check against target. |
target_values |
Target to check for in input. |
no_exception |
Logical. If TRUE different values of inputs from targets are not allowed to exist. |
weak_target |
Logical. If TRUE inputs do not need to contain all the targets. |
df |
Data frame |
Value
A result message or NULL.
Functions
-
check_values
: Check consistency of values against targets and vice versa. -
check_gainloss
: Check consistency of gains and losses "values" results. -
release_questions
: Release questions
[Package dispositionEffect version 1.0.1 Index]