Description Usage Arguments Value See Also
View source: R/Test_ValidateControlSums.R
Test_ValidateControlSums test if two values are equal with '==' and returns error, or warning. This depends form onlyWarning param
1 | Test_ValidateControlSums(V1, V2, msg, onlyWarning = F)
|
V1 |
First value - scalar |
V2 |
Second value - scalar |
msg |
Message formated to sprintf function |
onlyWarning |
param to choose if user want to only warn or error. Warning allows funcion to finish, error stops function |
error or warning with msg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.