View source: R/test_functions.R
test_integer | R Documentation |
test_integer (All test functions are used for safety checks in the DTD package)
test_integer(test.value, output.info, min, max)
test.value |
value to be tested for integer |
output.info |
[1] function that calls, [2] name of value to test |
min |
min is tested '<' |
max |
max is tested '>' |
TRUE, if no error is detected, stops with error otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.