View source: R/utilityFunctions.R
Test all elements of a list if they are numeric, positive numbers, integers or proportions (range 0-1)
1 | testNumerics(numbers, positives = NULL, integers = NULL, proportions = NULL)
|
numbers |
List whose elements are tested for being numeric |
positives |
List whose elements are tested for being positive numbers |
integers |
List whose elements are tested for being integers |
proportions |
List whose elements are tested for being proportions between 0 and 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.