testNumerics: Test lists for different properties of numerics

Description Usage Arguments

View source: R/utils.R

Description

Test all elements of a list if they are numeric, positive numbers, integers or proportions (range 0-1).

Usage

1
testNumerics(numbers, positives = NULL, integers = NULL, proportions = NULL)

Arguments

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.


plinkQC documentation built on July 15, 2021, 5:07 p.m.